Html Css Color HEX #EAE774 Texas

📋 copy color: '#EAE774'

red 234 ◦ green 231 ◦ blue 116

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

Shades of Texas #EAE774

Tints of Texas #EAE774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.97%

R = 40.28%
G = 39.76%
B = 19.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAE774 (or 0xEAE774) is known color: Texas. HEX triplet: EA, E7 and 74. RGB value is (234,231,116). Sum of RGB (Red+Green+Blue) = 234+231+116=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE774 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE774 is #15188B. Grayscale: #DBDBDB. Windows color (decimal): -1382540 or 7661546. OLE color: 7661546.

HSL color Cylindrical-coordinate representation of color #EAE774: hue angle of 58.47º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAE774 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 231 116 -
CMYK 0 0.01 0.50 0.08
HSL 58.47º 0.74% 0.69% -
HSV(B) 58.47º 0.5% 0.92% -
XYZ 65.66 75.91 27.71 -
YUV 218.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 234 231 116 0 0.01 0.50 0.08 58.47 0.74 0.69
Hex EA E7 74 0 1 32 8 3A 4A 45
Octal 352 347 164 0 1 62 10 72 112 105
Binary 11101010 11100111 1110100 0 1 110010 1000 111010 1001010 1000101

Color Harmonies of #EAE774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE774

Black with #EAE774

Text Example


Text Example

White with #EAE774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE774; }

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

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

background-color css

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

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

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

border-color css

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

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

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