Html Css Color HEX #EECD6B Golden Sand

📋 copy color: '#EECD6B'

red 238 ◦ green 205 ◦ blue 107

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

Shades of Golden Sand #EECD6B

Tints of Golden Sand #EECD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.45%

R = 43.27%
G = 37.27%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EECD6B (or 0xEECD6B) is known color: Golden Sand. HEX triplet: EE, CD and 6B. RGB value is (238,205,107). Sum of RGB (Red+Green+Blue) = 238+205+107=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD6B is #113294. Grayscale: #CCCCCC. Windows color (decimal): -1127061 or 7065070. OLE color: 7065070.

HSL color Cylindrical-coordinate representation of color #EECD6B: hue angle of 44.89º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EECD6B is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 107 -
CMYK 0 0.14 0.55 0.07
HSL 44.89º 0.79% 0.68% -
HSV(B) 44.89º 0.55% 0.93% -
XYZ 59.75 62.9 22.9 -
YUV 203.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 238 205 107 0 0.14 0.55 0.07 44.89 0.79 0.68
Hex EE CD 6B 0 E 37 7 2D 4F 44
Octal 356 315 153 0 16 67 7 55 117 104
Binary 11101110 11001101 1101011 0 1110 110111 111 101101 1001111 1000100

Color Harmonies of #EECD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECD6B

Black with #EECD6B

Text Example


Text Example

White with #EECD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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