Html Css Color HEX #EECA5E Golden Sand

📋 copy color: '#EECA5E'

red 238 ◦ green 202 ◦ blue 94

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

Shades of Golden Sand #EECA5E

Tints of Golden Sand #EECA5E

RGB

 RED value IS 238 (93.36% from 255) = 44.57%

 GREEN value IS 202 (79.3% from 255) = 37.83%

 BLUE value IS 94 (37.11% from 255) = 17.6%

R = 44.57%
G = 37.83%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EECA5E (or 0xEECA5E) is known color: Golden Sand. HEX triplet: EE, CA and 5E. RGB value is (238,202,94). Sum of RGB (Red+Green+Blue) = 238+202+94=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA5E is #1135A1. Grayscale: #C8C8C8. Windows color (decimal): -1127842 or 6212334. OLE color: 6212334.

HSL color Cylindrical-coordinate representation of color #EECA5E: hue angle of 45º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EECA5E is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 202 94 -
CMYK 0 0.15 0.61 0.07
HSL 45º 0.81% 0.65% -
HSV(B) 45º 0.61% 0.93% -
XYZ 58.4 61.23 19.33 -
YUV 200.45 67.93 154.78 -
System Red Green Blue C M Y K H S L
Decimal 238 202 94 0 0.15 0.61 0.07 45 0.81 0.65
Hex EE CA 5E 0 F 3D 7 2D 51 41
Octal 356 312 136 0 17 75 7 55 121 101
Binary 11101110 11001010 1011110 0 1111 111101 111 101101 1010001 1000001

Color Harmonies of #EECA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA5E

Black with #EECA5E

Text Example


Text Example

White with #EECA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA5E; }

 p { color: rgb(238,202,94); }

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

background-color css

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

 a { background-color: rgb(238,202,94); }

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

border-color css

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

 span { border-color: rgb(238,202,94); }

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