#EAF17C

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

Shades of Texas #EAF17C

Tints of Texas #EAF17C

Color information

#EAF17C (or 0xEAF17C) is unknown color: approx Texas. HEX triplet: EA, F1 and 7C. RGB value is (234,241,124). Sum of RGB (Red+Green+Blue) = 234+241+124=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 124 (48.83% from 255 or 20.70% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF17C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF17C is #150E83. Grayscale: #E2E2E2. Windows color (decimal): -1379972 or 8188394. OLE color: 8188394.

HSL color Cylindrical-coordinate representation of color #EAF17C: hue angle of 63.59º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAF17C is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB234241124-
CMYK0.0300.490.05
HSL63.59º80.69%71.57%-
HSV(B)63.59º48.55%94.51%-
XYZ69.0381.8631.23-
YUV225.5770.68134.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 124 (48.83% from 255) = 20.70%
R=39.07%
G=40.23%
B=20.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411240.0300.490.0563.5980.6971.57
HexEAF17C30315405148
Octal35236117430615100121110
Binary11101010111100011111100110110001101100000010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF17C; }

 p { color: rgb(234,241,124); }

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

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

 a { background-color: rgb(234,241,124); }

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

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

 span { border-color: rgb(234,241,124); }

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