Html Css Color HEX #EAE674 Texas

📋 copy color: '#EAE674'

red 234 ◦ green 230 ◦ blue 116

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

Shades of Texas #EAE674

Tints of Texas #EAE674

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.66%

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

R = 40.34%
G = 39.66%
B = 20%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAE674 (or 0xEAE674) is known color: Texas. HEX triplet: EA, E6 and 74. RGB value is (234,230,116). Sum of RGB (Red+Green+Blue) = 234+230+116=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE674 is #15198B. Grayscale: #DADADA. Windows color (decimal): -1382796 or 7661290. OLE color: 7661290.

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

Color convert

RGB 234 230 116 -
CMYK 0 0.02 0.50 0.08
HSL 57.97º 0.74% 0.69% -
HSV(B) 57.97º 0.5% 0.92% -
XYZ 65.38 75.35 27.62 -
YUV 218.2 70.33 139.27 -
System Red Green Blue C M Y K H S L
Decimal 234 230 116 0 0.02 0.50 0.08 57.97 0.74 0.69
Hex EA E6 74 0 2 32 8 3A 4A 45
Octal 352 346 164 0 2 62 10 72 112 105
Binary 11101010 11100110 1110100 0 10 110010 1000 111010 1001010 1000101

Color Harmonies of #EAE674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE674

Black with #EAE674

Text Example


Text Example

White with #EAE674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE674; }

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

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

background-color css

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

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

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

border-color css

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

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

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