#EDE472

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

Shades of Texas #EDE472

Tints of Texas #EDE472

Color information

#EDE472 (or 0xEDE472) is unknown color: approx Texas. HEX triplet: ED, E4 and 72. RGB value is (237,228,114). Sum of RGB (Red+Green+Blue) = 237+228+114=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 114 (44.92% from 255 or 19.69% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE472 is #121B8D. Grayscale: #DADADA. Windows color (decimal): -1186702 or 7529709. OLE color: 7529709.

HSL color Cylindrical-coordinate representation of color #EDE472: hue angle of 55.61º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDE472 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB237228114-
CMYK00.040.520.07
HSL55.61º77.36%68.82%-
HSV(B)55.61º51.9%92.94%-
XYZ65.7174.7126.88-
YUV217.769.48141.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 228 (89.45% from 255) = 39.38%
BLUE value IS 114 (44.92% from 255) = 19.69%
R=40.93%
G=39.38%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722811400.040.520.0755.6177.3668.82
HexEDE47204347384d45
Octal3553441620464770115105
Binary11101101111001001110010010011010011111100010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE472; }

 p { color: rgb(237,228,114); }

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

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

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

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

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

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

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