Html Css Color HEX #EECD5E Golden Sand

📋 copy color: '#EECD5E'

red 238 ◦ green 205 ◦ blue 94

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

Shades of Golden Sand #EECD5E

Tints of Golden Sand #EECD5E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.18%

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

R = 44.32%
G = 38.18%
B = 17.5%

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

#EECD5E (or 0xEECD5E) is known color: Golden Sand. HEX triplet: EE, CD and 5E. RGB value is (238,205,94). Sum of RGB (Red+Green+Blue) = 238+205+94=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD5E is #1132A1. Grayscale: #CACACA. Windows color (decimal): -1127074 or 6213102. OLE color: 6213102.

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

Color convert

RGB 238 205 94 -
CMYK 0 0.14 0.61 0.07
HSL 46.25º 0.81% 0.65% -
HSV(B) 46.25º 0.61% 0.93% -
XYZ 59.11 62.65 19.57 -
YUV 202.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 238 205 94 0 0.14 0.61 0.07 46.25 0.81 0.65
Hex EE CD 5E 0 E 3D 7 2E 51 41
Octal 356 315 136 0 16 75 7 56 121 101
Binary 11101110 11001101 1011110 0 1110 111101 111 101110 1010001 1000001

Color Harmonies of #EECD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD5E

Black with #EECD5E

Text Example


Text Example

White with #EECD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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