#EDEC76

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

Shades of Texas #EDEC76

Tints of Texas #EDEC76

Color information

#EDEC76 (or 0xEDEC76) is unknown color: approx Texas. HEX triplet: ED, EC and 76. RGB value is (237,236,118). Sum of RGB (Red+Green+Blue) = 237+236+118=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC76 is #121389. Grayscale: #DFDFDF. Windows color (decimal): -1184650 or 7793901. OLE color: 7793901.

HSL color Cylindrical-coordinate representation of color #EDEC76: hue angle of 59.5º 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 #EDEC76 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237236118-
CMYK00.000.500.07
HSL59.5º76.77%69.61%-
HSV(B)59.5º50.21%92.94%-
XYZ68.1979.328.85-
YUV222.8568.83138.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 236 (92.58% from 255) = 39.93%
BLUE value IS 118 (46.48% from 255) = 19.97%
R=40.10%
G=39.93%
B=19.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723611800.000.500.0759.576.7769.61
HexEDEC76003273b4d46
Octal3553541660062773115106
Binary111011011110110011101100011001011111101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC76; }

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

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

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

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

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

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

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

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