Html Css Color HEX #EAE273 Texas

📋 copy color: '#EAE273'

red 234 ◦ green 226 ◦ blue 115

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

Shades of Texas #EAE273

Tints of Texas #EAE273

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.3%

 BLUE value IS 115 (45.31% from 255) = 20%

R = 40.7%
G = 39.3%
B = 20%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAE273 (or 0xEAE273) is known color: Texas. HEX triplet: EA, E2 and 73. RGB value is (234,226,115). Sum of RGB (Red+Green+Blue) = 234+226+115=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE273 is #151D8C. Grayscale: #D8D8D8. Windows color (decimal): -1383821 or 7594730. OLE color: 7594730.

HSL color Cylindrical-coordinate representation of color #EAE273: hue angle of 55.97º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAE273 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 226 115 -
CMYK 0 0.03 0.51 0.08
HSL 55.97º 0.74% 0.68% -
HSV(B) 55.97º 0.51% 0.92% -
XYZ 64.22 73.12 26.95 -
YUV 215.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 234 226 115 0 0.03 0.51 0.08 55.97 0.74 0.68
Hex EA E2 73 0 3 33 8 38 4A 44
Octal 352 342 163 0 3 63 10 70 112 104
Binary 11101010 11100010 1110011 0 11 110011 1000 111000 1001010 1000100

Color Harmonies of #EAE273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE273

Black with #EAE273

Text Example


Text Example

White with #EAE273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE273; }

 p { color: rgb(234,226,115); }

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

background-color css

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

 a { background-color: rgb(234,226,115); }

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

border-color css

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

 span { border-color: rgb(234,226,115); }

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