#EDEA76

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

Shades of Texas #EDEA76

Tints of Texas #EDEA76

Color information

#EDEA76 (or 0xEDEA76) is unknown color: approx Texas. HEX triplet: ED, EA and 76. RGB value is (237,234,118). Sum of RGB (Red+Green+Blue) = 237+234+118=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 118 (46.48% from 255 or 20.03% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA76 is #121589. Grayscale: #DEDEDE. Windows color (decimal): -1185162 or 7793389. OLE color: 7793389.

HSL color Cylindrical-coordinate representation of color #EDEA76: hue angle of 58.49º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDEA76 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237234118-
CMYK00.010.500.07
HSL58.49º76.77%69.61%-
HSV(B)58.49º50.21%92.94%-
XYZ67.6278.1628.66-
YUV221.6769.49138.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 234 (91.80% from 255) = 39.73%
BLUE value IS 118 (46.48% from 255) = 20.03%
R=40.24%
G=39.73%
B=20.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723411800.010.500.0758.4976.7769.61
HexEDEA76013273a4d46
Octal3553521660162772115106
Binary111011011110101011101100111001011111101010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA76; }

 p { color: rgb(237,234,118); }

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

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

 a { background-color: rgb(237,234,118); }

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

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

 span { border-color: rgb(237,234,118); }

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