Html Css Color HEX #ECCD75 Golden Sand

📋 copy color: '#ECCD75'

red 236 ◦ green 205 ◦ blue 117

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

Shades of Golden Sand #ECCD75

Tints of Golden Sand #ECCD75

RGB

 RED value IS 236 (92.58% from 255) = 42.29%

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

 BLUE value IS 117 (46.09% from 255) = 20.97%

R = 42.29%
G = 36.74%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECCD75 (or 0xECCD75) is known color: Golden Sand. HEX triplet: EC, CD and 75. RGB value is (236,205,117). Sum of RGB (Red+Green+Blue) = 236+205+117=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD75 is #13328A. Grayscale: #CCCCCC. Windows color (decimal): -1258123 or 7720428. OLE color: 7720428.

HSL color Cylindrical-coordinate representation of color #ECCD75: hue angle of 44.37º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECCD75 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 205 117 -
CMYK 0 0.13 0.50 0.07
HSL 44.37º 0.76% 0.69% -
HSV(B) 44.37º 0.5% 0.93% -
XYZ 59.63 62.78 25.8 -
YUV 204.24 78.77 150.66 -
System Red Green Blue C M Y K H S L
Decimal 236 205 117 0 0.13 0.50 0.07 44.37 0.76 0.69
Hex EC CD 75 0 D 32 7 2C 4C 45
Octal 354 315 165 0 15 62 7 54 114 105
Binary 11101100 11001101 1110101 0 1101 110010 111 101100 1001100 1000101

Color Harmonies of #ECCD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD75

Black with #ECCD75

Text Example


Text Example

White with #ECCD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD75; }

 p { color: rgb(236,205,117); }

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

background-color css

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

 a { background-color: rgb(236,205,117); }

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

border-color css

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

 span { border-color: rgb(236,205,117); }

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