Html Css Color HEX #EAE271 Texas

📋 copy color: '#EAE271'

red 234 ◦ green 226 ◦ blue 113

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

Shades of Texas #EAE271

Tints of Texas #EAE271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.72%

R = 40.84%
G = 39.44%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAE271 (or 0xEAE271) is known color: Texas. HEX triplet: EA, E2 and 71. RGB value is (234,226,113). Sum of RGB (Red+Green+Blue) = 234+226+113=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE271 is #151D8E. Grayscale: #D7D7D7. Windows color (decimal): -1383823 or 7463658. OLE color: 7463658.

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

Color convert

RGB 234 226 113 -
CMYK 0 0.03 0.52 0.08
HSL 56.03º 0.74% 0.68% -
HSV(B) 56.03º 0.52% 0.92% -
XYZ 64.11 73.08 26.35 -
YUV 215.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 234 226 113 0 0.03 0.52 0.08 56.03 0.74 0.68
Hex EA E2 71 0 3 34 8 38 4A 44
Octal 352 342 161 0 3 64 10 70 112 104
Binary 11101010 11100010 1110001 0 11 110100 1000 111000 1001010 1000100

Color Harmonies of #EAE271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE271

Black with #EAE271

Text Example


Text Example

White with #EAE271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE271; }

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

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

background-color css

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

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

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

border-color css

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

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

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