#EDE779

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

Shades of Texas #EDE779

Tints of Texas #EDE779

Color information

#EDE779 (or 0xEDE779) is unknown color: approx Texas. HEX triplet: ED, E7 and 79. RGB value is (237,231,121). Sum of RGB (Red+Green+Blue) = 237+231+121=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 231 (90.62% from 255 or 39.22% from 589); Blue value is 121 (47.66% from 255 or 20.54% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE779 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE779 is #121886. Grayscale: #DCDCDC. Windows color (decimal): -1185927 or 7989229. OLE color: 7989229.

HSL color Cylindrical-coordinate representation of color #EDE779: hue angle of 56.9º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDE779 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237231121-
CMYK00.030.490.07
HSL56.9º76.32%70.2%-
HSV(B)56.9º48.95%92.94%-
XYZ66.9576.5429.33-
YUV220.2571.99139.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 231 (90.62% from 255) = 39.22%
BLUE value IS 121 (47.66% from 255) = 20.54%
R=40.24%
G=39.22%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723112100.030.490.0756.976.3270.2
HexEDE77903317394c46
Octal3553471710361771114106
Binary1110110111100111111100101111000111111100110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE779; }

 p { color: rgb(237,231,121); }

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

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

 a { background-color: rgb(237,231,121); }

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

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

 span { border-color: rgb(237,231,121); }

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