#eae274

Color #EAE274 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #EAE274

Tints of Texas #EAE274

Color information

#EAE274 (or 0xEAE274) is unknown color: approx Texas. HEX triplet: EA, E2 and 74. RGB value is (234,226,116). Sum of RGB (Red+Green+Blue) = 234+226+116=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE274 is #151D8B. Grayscale: #D8D8D8. Windows color (decimal): -1383820 or 7660266. OLE color: 7660266.

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

Color convert

RGB234226116-
CMYK00.030.500.08
HSL55.93º73.75%68.63%-
HSV(B)55.93º50.43%91.76%-
XYZ64.2873.1527.25-
YUV215.8571.65140.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 226 (88.67% from 255) = 39.24%
BLUE value IS 116 (45.70% from 255) = 20.14%
R=40.62%
G=39.24%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422611600.030.500.0855.9373.7568.63
HexEAE27403328384a45
Octal35234216403621070112105
Binary11101010111000101110100011110010100011100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eae274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eae274; }

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

 H1.HeaderClassName
 {
   color: #eae274;
 }
 .AnyTagClassName
 {
   color: #eae274;
 }
</style>
background-color css

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

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

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

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

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

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