#EDEC77

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

Shades of Texas #EDEC77

Tints of Texas #EDEC77

Color information

#EDEC77 (or 0xEDEC77) is unknown color: approx Texas. HEX triplet: ED, EC and 77. RGB value is (237,236,119). Sum of RGB (Red+Green+Blue) = 237+236+119=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 119 (46.88% from 255 or 20.10% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC77 is #121388. Grayscale: #DFDFDF. Windows color (decimal): -1184649 or 7859437. OLE color: 7859437.

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

Color convert

RGB237236119-
CMYK00.000.500.07
HSL59.49º76.62%69.8%-
HSV(B)59.49º49.79%92.94%-
XYZ68.2579.3329.17-
YUV222.9669.33138.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 236 (92.58% from 255) = 39.86%
BLUE value IS 119 (46.88% from 255) = 20.10%
R=40.03%
G=39.86%
B=20.10%

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
Decimal23723611900.000.500.0759.4976.6269.8
HexEDEC77003273b4d46
Octal3553541670062773115106
Binary111011011110110011101110011001011111101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC77; }

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

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

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

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

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

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

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

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