#EAE67C

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

Shades of Texas #EAE67C

Tints of Texas #EAE67C

Color information

#EAE67C (or 0xEAE67C) is unknown color: approx Texas. HEX triplet: EA, E6 and 7C. RGB value is (234,230,124). Sum of RGB (Red+Green+Blue) = 234+230+124=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE67C is #151983. Grayscale: #DBDBDB. Windows color (decimal): -1382788 or 8185578. OLE color: 8185578.

HSL color Cylindrical-coordinate representation of color #EAE67C: hue angle of 57.82º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAE67C is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234230124-
CMYK00.020.470.08
HSL57.82º72.37%70.2%-
HSV(B)57.82º47.01%91.76%-
XYZ65.8775.5430.18-
YUV219.1174.33138.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 230 (90.23% from 255) = 39.12%
BLUE value IS 124 (48.83% from 255) = 21.09%
R=39.80%
G=39.12%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423012400.020.470.0857.8272.3770.2
HexEAE67C022F83a4846
Octal35234617402571072110106
Binary11101010111001101111100010101111100011101010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE67C; }

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

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

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

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

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

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

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

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