Html Css Color HEX #EAE37F Texas

📋 copy color: '#EAE37F'

red 234 ◦ green 227 ◦ blue 127

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

Shades of Texas #EAE37F

Tints of Texas #EAE37F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.61%

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

R = 39.8%
G = 38.61%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EAE37F (or 0xEAE37F) is known color: Texas. HEX triplet: EA, E3 and 7F. RGB value is (234,227,127). Sum of RGB (Red+Green+Blue) = 234+227+127=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 127 (50% from 255 or 21.60% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE37F is #151C80. Grayscale: #DADADA. Windows color (decimal): -1383553 or 8381418. OLE color: 8381418.

HSL color Cylindrical-coordinate representation of color #EAE37F: hue angle of 56.07º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAE37F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 227 127 -
CMYK 0 0.03 0.46 0.08
HSL 56.07º 0.72% 0.71% -
HSV(B) 56.07º 0.46% 0.92% -
XYZ 65.23 73.96 30.92 -
YUV 217.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 234 227 127 0 0.03 0.46 0.08 56.07 0.72 0.71
Hex EA E3 7F 0 3 2E 8 38 48 47
Octal 352 343 177 0 3 56 10 70 110 107
Binary 11101010 11100011 1111111 0 11 101110 1000 111000 1001000 1000111

Color Harmonies of #EAE37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE37F

Black with #EAE37F

Text Example


Text Example

White with #EAE37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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