Html Css Color HEX #EAEE7F Texas

📋 copy color: '#EAEE7F'

red 234 ◦ green 238 ◦ blue 127

#EAEE7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #EAEE7F

Tints of Texas #EAEE7F

RGB

 RED value IS 234 (91.8% from 255) = 39.07%

 GREEN value IS 238 (93.36% from 255) = 39.73%

 BLUE value IS 127 (50% from 255) = 21.2%

R = 39.07%
G = 39.73%
B = 21.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EAEE7F (or 0xEAEE7F) is known color: Texas. HEX triplet: EA, EE and 7F. RGB value is (234,238,127). Sum of RGB (Red+Green+Blue) = 234+238+127=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 127 (50% from 255 or 21.20% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEE7F is #151180. Grayscale: #E0E0E0. Windows color (decimal): -1380737 or 8384234. OLE color: 8384234.

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

Color convert

RGB 234 238 127 -
CMYK 0.02 0 0.47 0.07
HSL 62.16º 0.77% 0.72% -
HSV(B) 62.16º 0.47% 0.93% -
XYZ 68.34 80.17 31.95 -
YUV 224.15 73.17 135.03 -
System Red Green Blue C M Y K H S L
Decimal 234 238 127 0.02 0 0.47 0.07 62.16 0.77 0.72
Hex EA EE 7F 2 0 2F 7 3E 4D 48
Octal 352 356 177 2 0 57 7 76 115 110
Binary 11101010 11101110 1111111 10 0 101111 111 111110 1001101 1001000

Color Harmonies of #EAEE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEE7F

Black with #EAEE7F

Text Example


Text Example

White with #EAEE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEE7F; }

 p { color: rgb(234,238,127); }

 H1.HeaderClassName
 {
   color: #EAEE7F;
 }
 .AnyTagClassName
 {
   color: #EAEE7F;
 }
</style>

background-color css

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

 a { background-color: rgb(234,238,127); }

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

border-color css

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

 span { border-color: rgb(234,238,127); }

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