#EDEB77

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

Shades of Texas #EDEB77

Tints of Texas #EDEB77

Color information

#EDEB77 (or 0xEDEB77) is unknown color: approx Texas. HEX triplet: ED, EB and 77. RGB value is (237,235,119). Sum of RGB (Red+Green+Blue) = 237+235+119=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 119 (46.88% from 255 or 20.14% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB77 is #121488. Grayscale: #DEDEDE. Windows color (decimal): -1184905 or 7859181. OLE color: 7859181.

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

Color convert

RGB237235119-
CMYK00.010.500.07
HSL58.98º76.62%69.8%-
HSV(B)58.98º49.79%92.94%-
XYZ67.9678.7529.07-
YUV222.3769.66138.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 235 (92.19% from 255) = 39.76%
BLUE value IS 119 (46.88% from 255) = 20.14%
R=40.10%
G=39.76%
B=20.14%

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
Decimal23723511900.010.500.0758.9876.6269.8
HexEDEB77013273b4d46
Octal3553531670162773115106
Binary111011011110101111101110111001011111101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB77; }

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

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

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

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

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

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

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

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