Html Css Color HEX #EAE180 Texas

📋 copy color: '#EAE180'

red 234 ◦ green 225 ◦ blue 128

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

Shades of Texas #EAE180

Tints of Texas #EAE180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.81%

R = 39.86%
G = 38.33%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAE180 (or 0xEAE180) is known color: Texas. HEX triplet: EA, E1 and 80. RGB value is (234,225,128). Sum of RGB (Red+Green+Blue) = 234+225+128=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 128 (50.39% from 255 or 21.81% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE180 is #151E7F. Grayscale: #D9D9D9. Windows color (decimal): -1384064 or 8446442. OLE color: 8446442.

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

Color convert

RGB 234 225 128 -
CMYK 0 0.04 0.45 0.08
HSL 54.91º 0.72% 0.71% -
HSV(B) 54.91º 0.45% 0.92% -
XYZ 64.75 72.9 31.08 -
YUV 216.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 234 225 128 0 0.04 0.45 0.08 54.91 0.72 0.71
Hex EA E1 80 0 4 2D 8 37 48 47
Octal 352 341 200 0 4 55 10 67 110 107
Binary 11101010 11100001 10000000 0 100 101101 1000 110111 1001000 1000111

Color Harmonies of #EAE180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE180

Black with #EAE180

Text Example


Text Example

White with #EAE180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE180; }

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

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

background-color css

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

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

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

border-color css

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

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

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