Html Css Color HEX #EAE47C Texas

📋 copy color: '#EAE47C'

red 234 ◦ green 228 ◦ blue 124

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

Shades of Texas #EAE47C

Tints of Texas #EAE47C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.91%

 BLUE value IS 124 (48.83% from 255) = 21.16%

R = 39.93%
G = 38.91%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAE47C (or 0xEAE47C) is known color: Texas. HEX triplet: EA, E4 and 7C. RGB value is (234,228,124). Sum of RGB (Red+Green+Blue) = 234+228+124=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE47C is #151B83. Grayscale: #DADADA. Windows color (decimal): -1383300 or 8185066. OLE color: 8185066.

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

Color convert

RGB 234 228 124 -
CMYK 0 0.03 0.47 0.08
HSL 56.73º 0.72% 0.7% -
HSV(B) 56.73º 0.47% 0.92% -
XYZ 65.31 74.43 29.99 -
YUV 217.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 234 228 124 0 0.03 0.47 0.08 56.73 0.72 0.7
Hex EA E4 7C 0 3 2F 8 39 48 46
Octal 352 344 174 0 3 57 10 71 110 106
Binary 11101010 11100100 1111100 0 11 101111 1000 111001 1001000 1000110

Color Harmonies of #EAE47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE47C

Black with #EAE47C

Text Example


Text Example

White with #EAE47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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