#EAF27B

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

Shades of Texas #EAF27B

Tints of Texas #EAF27B

Color information

#EAF27B (or 0xEAF27B) is unknown color: approx Texas. HEX triplet: EA, F2 and 7B. RGB value is (234,242,123). Sum of RGB (Red+Green+Blue) = 234+242+123=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 123 (48.44% from 255 or 20.53% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF27B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF27B is #150D84. Grayscale: #E2E2E2. Windows color (decimal): -1379717 or 8123114. OLE color: 8123114.

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

Color convert

RGB234242123-
CMYK0.0300.490.05
HSL64.03º82.07%71.57%-
HSV(B)64.03º49.17%94.9%-
XYZ69.2682.4331-
YUV226.0469.85133.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 242 (94.92% from 255) = 40.40%
BLUE value IS 123 (48.44% from 255) = 20.53%
R=39.07%
G=40.40%
B=20.53%

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
Decimal2342421230.0300.490.0564.0382.0771.57
HexEAF27B30315405248
Octal35236217330615100122110
Binary11101010111100101111011110110001101100000010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF27B; }

 p { color: rgb(234,242,123); }

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

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

 a { background-color: rgb(234,242,123); }

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

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

 span { border-color: rgb(234,242,123); }

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