Html Css Color HEX #EECC5E Golden Sand

📋 copy color: '#EECC5E'

red 238 ◦ green 204 ◦ blue 94

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

Shades of Golden Sand #EECC5E

Tints of Golden Sand #EECC5E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

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

R = 44.4%
G = 38.06%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EECC5E (or 0xEECC5E) is known color: Golden Sand. HEX triplet: EE, CC and 5E. RGB value is (238,204,94). Sum of RGB (Red+Green+Blue) = 238+204+94=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECC5E is #1133A1. Grayscale: #CACACA. Windows color (decimal): -1127330 or 6212846. OLE color: 6212846.

HSL color Cylindrical-coordinate representation of color #EECC5E: hue angle of 45.83º 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 #EECC5E is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 204 94 -
CMYK 0 0.14 0.61 0.07
HSL 45.83º 0.81% 0.65% -
HSV(B) 45.83º 0.61% 0.93% -
XYZ 58.87 62.17 19.49 -
YUV 201.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 238 204 94 0 0.14 0.61 0.07 45.83 0.81 0.65
Hex EE CC 5E 0 E 3D 7 2E 51 41
Octal 356 314 136 0 16 75 7 56 121 101
Binary 11101110 11001100 1011110 0 1110 111101 111 101110 1010001 1000001

Color Harmonies of #EECC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECC5E

Black with #EECC5E

Text Example


Text Example

White with #EECC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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