Html Css Color HEX #EAE77A Texas

📋 copy color: '#EAE77A'

red 234 ◦ green 231 ◦ blue 122

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

Shades of Texas #EAE77A

Tints of Texas #EAE77A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.35%

 BLUE value IS 122 (48.05% from 255) = 20.78%

R = 39.86%
G = 39.35%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAE77A (or 0xEAE77A) is known color: Texas. HEX triplet: EA, E7 and 7A. RGB value is (234,231,122). Sum of RGB (Red+Green+Blue) = 234+231+122=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE77A is #151885. Grayscale: #DBDBDB. Windows color (decimal): -1382534 or 8054762. OLE color: 8054762.

HSL color Cylindrical-coordinate representation of color #EAE77A: hue angle of 58.39º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAE77A is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 231 122 -
CMYK 0 0.01 0.48 0.08
HSL 58.39º 0.73% 0.7% -
HSV(B) 58.39º 0.48% 0.92% -
XYZ 66.02 76.05 29.61 -
YUV 219.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 234 231 122 0 0.01 0.48 0.08 58.39 0.73 0.7
Hex EA E7 7A 0 1 30 8 3A 49 46
Octal 352 347 172 0 1 60 10 72 111 106
Binary 11101010 11100111 1111010 0 1 110000 1000 111010 1001001 1000110

Color Harmonies of #EAE77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE77A

Black with #EAE77A

Text Example


Text Example

White with #EAE77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE77A; }

 p { color: rgb(234,231,122); }

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

background-color css

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

 a { background-color: rgb(234,231,122); }

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

border-color css

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

 span { border-color: rgb(234,231,122); }

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