Html Css Color HEX #EAE481 Texas

📋 copy color: '#EAE481'

red 234 ◦ green 228 ◦ blue 129

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

Shades of Texas #EAE481

Tints of Texas #EAE481

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.58%

 BLUE value IS 129 (50.78% from 255) = 21.83%

R = 39.59%
G = 38.58%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAE481 (or 0xEAE481) is known color: Texas. HEX triplet: EA, E4 and 81. RGB value is (234,228,129). Sum of RGB (Red+Green+Blue) = 234+228+129=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 129 (50.78% from 255 or 21.83% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE481 is #151B7E. Grayscale: #DADADA. Windows color (decimal): -1383295 or 8512746. OLE color: 8512746.

HSL color Cylindrical-coordinate representation of color #EAE481: hue angle of 56.57º degrees, saturation: 0.71, 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 #EAE481 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 228 129 -
CMYK 0 0.03 0.45 0.08
HSL 56.57º 0.71% 0.71% -
HSV(B) 56.57º 0.45% 0.92% -
XYZ 65.64 74.56 31.7 -
YUV 218.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 234 228 129 0 0.03 0.45 0.08 56.57 0.71 0.71
Hex EA E4 81 0 3 2D 8 39 47 47
Octal 352 344 201 0 3 55 10 71 107 107
Binary 11101010 11100100 10000001 0 11 101101 1000 111001 1000111 1000111

Color Harmonies of #EAE481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE481

Black with #EAE481

Text Example


Text Example

White with #EAE481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE481; }

 p { color: rgb(234,228,129); }

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

background-color css

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

 a { background-color: rgb(234,228,129); }

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

border-color css

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

 span { border-color: rgb(234,228,129); }

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