Html Css Color HEX #EAE373 Texas

📋 copy color: '#EAE373'

red 234 ◦ green 227 ◦ blue 115

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

Shades of Texas #EAE373

Tints of Texas #EAE373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.97%

R = 40.63%
G = 39.41%
B = 19.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAE373 (or 0xEAE373) is known color: Texas. HEX triplet: EA, E3 and 73. RGB value is (234,227,115). Sum of RGB (Red+Green+Blue) = 234+227+115=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE373 is #151C8C. Grayscale: #D8D8D8. Windows color (decimal): -1383565 or 7594986. OLE color: 7594986.

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

Color convert

RGB 234 227 115 -
CMYK 0 0.03 0.51 0.08
HSL 56.47º 0.74% 0.68% -
HSV(B) 56.47º 0.51% 0.92% -
XYZ 64.5 73.67 27.04 -
YUV 216.33 70.82 140.61 -
System Red Green Blue C M Y K H S L
Decimal 234 227 115 0 0.03 0.51 0.08 56.47 0.74 0.68
Hex EA E3 73 0 3 33 8 38 4A 44
Octal 352 343 163 0 3 63 10 70 112 104
Binary 11101010 11100011 1110011 0 11 110011 1000 111000 1001010 1000100

Color Harmonies of #EAE373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE373

Black with #EAE373

Text Example


Text Example

White with #EAE373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE373; }

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

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

background-color css

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

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

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

border-color css

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

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

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