#EDE179

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

Shades of Texas #EDE179

Tints of Texas #EDE179

Color information

#EDE179 (or 0xEDE179) is unknown color: approx Texas. HEX triplet: ED, E1 and 79. RGB value is (237,225,121). Sum of RGB (Red+Green+Blue) = 237+225+121=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE179 is #121E86. Grayscale: #D9D9D9. Windows color (decimal): -1187463 or 7987693. OLE color: 7987693.

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

Color convert

RGB237225121-
CMYK00.050.490.07
HSL53.79º76.32%70.2%-
HSV(B)53.79º48.95%92.94%-
XYZ65.373.2428.78-
YUV216.7373.98142.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 121 (47.66% from 255) = 20.75%
R=40.65%
G=38.59%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722512100.050.490.0753.7976.3270.2
HexEDE17905317364c46
Octal3553411710561766114106
Binary11101101111000011111001010111000111111011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE179; }

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

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

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

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

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

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

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

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