#EDED79

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

Shades of Texas #EDED79

Tints of Texas #EDED79

Color information

#EDED79 (or 0xEDED79) is unknown color: approx Texas. HEX triplet: ED, ED and 79. RGB value is (237,237,121). Sum of RGB (Red+Green+Blue) = 237+237+121=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 121 (47.66% from 255 or 20.34% from 595); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED79 is #121286. Grayscale: #E0E0E0. Windows color (decimal): -1184391 or 7990765. OLE color: 7990765.

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

Color convert

RGB237237121-
CMYK000.490.07
HSL60º76.32%70.2%-
HSV(B)60º48.95%92.94%-
XYZ68.6679.9529.9-
YUV223.7870137.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 121 (47.66% from 255) = 20.34%
R=39.83%
G=39.83%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237121000.490.076076.3270.2
HexEDED79003173c4c46
Octal3553551710061774114106
Binary111011011110110111110010011000111111110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED79; }

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

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

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

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

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

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

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

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