#EDE470

Color #EDE470 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #EDE470

Tints of Texas #EDE470

Color information

#EDE470 (or 0xEDE470) is unknown color: approx Texas. HEX triplet: ED, E4 and 70. RGB value is (237,228,112). Sum of RGB (Red+Green+Blue) = 237+228+112=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE470 is #121B8F. Grayscale: #D9D9D9. Windows color (decimal): -1186704 or 7398637. OLE color: 7398637.

HSL color Cylindrical-coordinate representation of color #EDE470: hue angle of 55.68º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDE470 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB237228112-
CMYK00.040.530.07
HSL55.68º77.64%68.43%-
HSV(B)55.68º52.74%92.94%-
XYZ65.5974.6626.28-
YUV217.4768.48141.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 228 (89.45% from 255) = 39.51%
BLUE value IS 112 (44.14% from 255) = 19.41%
R=41.07%
G=39.51%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722811200.040.530.0755.6877.6468.43
HexEDE47004357384e44
Octal3553441600465770116104
Binary11101101111001001110000010011010111111100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE470; }

 p { color: rgb(237,228,112); }

 H1.HeaderClassName
 {
   color: #EDE470;
 }
 .AnyTagClassName
 {
   color: #EDE470;
 }
</style>
background-color css

<style>
 a { background-color: #EDE470; }

 a { background-color: rgb(237,228,112); }

 div.DivClassName
 {
   background-color: #EDE470;
 }
 .BgClassName
 {
   background-color: #EDE470;
 }
</style>
border-color css

<style>
 span { border-color: #EDE470; }

 span { border-color: rgb(237,228,112); }

 td.TdClassName
 {
   border-color: #EDE470;
 }
 .TagClassName
 {
   border-color: #EDE470;
 }
</style>