Html Css Color HEX #EAE375 Texas

📋 copy color: '#EAE375'

red 234 ◦ green 227 ◦ blue 117

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

Shades of Texas #EAE375

Tints of Texas #EAE375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.27%

 BLUE value IS 117 (46.09% from 255) = 20.24%

R = 40.48%
G = 39.27%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAE375 (or 0xEAE375) is known color: Texas. HEX triplet: EA, E3 and 75. RGB value is (234,227,117). Sum of RGB (Red+Green+Blue) = 234+227+117=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE375 is #151C8A. Grayscale: #D9D9D9. Windows color (decimal): -1383563 or 7726058. OLE color: 7726058.

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

Color convert

RGB 234 227 117 -
CMYK 0 0.03 0.5 0.08
HSL 56.41º 0.74% 0.69% -
HSV(B) 56.41º 0.5% 0.92% -
XYZ 64.61 73.71 27.65 -
YUV 216.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 234 227 117 0 0.03 0.5 0.08 56.41 0.74 0.69
Hex EA E3 75 0 3 32 8 38 4A 45
Octal 352 343 165 0 3 62 10 70 112 105
Binary 11101010 11100011 1110101 0 11 110010 1000 111000 1001010 1000101

Color Harmonies of #EAE375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE375

Black with #EAE375

Text Example


Text Example

White with #EAE375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE375; }

 p { color: rgb(234,227,117); }

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

background-color css

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

 a { background-color: rgb(234,227,117); }

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

border-color css

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

 span { border-color: rgb(234,227,117); }

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