Html Css Color HEX #EAE173 Texas

📋 copy color: '#EAE173'

red 234 ◦ green 225 ◦ blue 115

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

Shades of Texas #EAE173

Tints of Texas #EAE173

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.2%

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

R = 40.77%
G = 39.2%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAE173 (or 0xEAE173) is known color: Texas. HEX triplet: EA, E1 and 73. RGB value is (234,225,115). Sum of RGB (Red+Green+Blue) = 234+225+115=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 115 (45.31% from 255 or 20.03% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE173 is #151E8C. Grayscale: #D7D7D7. Windows color (decimal): -1384077 or 7594474. OLE color: 7594474.

HSL color Cylindrical-coordinate representation of color #EAE173: hue angle of 55.46º 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 #EAE173 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 225 115 -
CMYK 0 0.04 0.51 0.08
HSL 55.46º 0.74% 0.68% -
HSV(B) 55.46º 0.51% 0.92% -
XYZ 63.95 72.58 26.86 -
YUV 215.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 234 225 115 0 0.04 0.51 0.08 55.46 0.74 0.68
Hex EA E1 73 0 4 33 8 37 4A 44
Octal 352 341 163 0 4 63 10 67 112 104
Binary 11101010 11100001 1110011 0 100 110011 1000 110111 1001010 1000100

Color Harmonies of #EAE173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE173

Black with #EAE173

Text Example


Text Example

White with #EAE173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE173; }

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

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

background-color css

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

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

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

border-color css

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

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

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