#EAF082

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

Shades of Texas #EAF082

Tints of Texas #EAF082

Color information

#EAF082 (or 0xEAF082) is unknown color: approx Texas. HEX triplet: EA, F0 and 82. RGB value is (234,240,130). Sum of RGB (Red+Green+Blue) = 234+240+130=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 130 (51.17% from 255 or 21.52% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF082 is #150F7D. Grayscale: #E2E2E2. Windows color (decimal): -1380222 or 8581354. OLE color: 8581354.

HSL color Cylindrical-coordinate representation of color #EAF082: hue angle of 63.27º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAF082 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB234240130-
CMYK0.0200.460.06
HSL63.27º78.57%72.55%-
HSV(B)63.27º45.83%94.12%-
XYZ69.1281.4233.19-
YUV225.6774.01133.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 240 (94.14% from 255) = 39.74%
BLUE value IS 130 (51.17% from 255) = 21.52%
R=38.74%
G=39.74%
B=21.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342401300.0200.460.0663.2778.5772.55
HexEAF082202E63f4f49
Octal3523602022056677117111
Binary11101010111100001000001010010111011011111110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF082; }

 p { color: rgb(234,240,130); }

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

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

 a { background-color: rgb(234,240,130); }

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

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

 span { border-color: rgb(234,240,130); }

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