Html Css Color HEX #ECCC75 Golden Sand

📋 copy color: '#ECCC75'

red 236 ◦ green 204 ◦ blue 117

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

Shades of Golden Sand #ECCC75

Tints of Golden Sand #ECCC75

RGB

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

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

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

R = 42.37%
G = 36.62%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECCC75 (or 0xECCC75) is known color: Golden Sand. HEX triplet: EC, CC and 75. RGB value is (236,204,117). Sum of RGB (Red+Green+Blue) = 236+204+117=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC75 is #13338A. Grayscale: #CCCCCC. Windows color (decimal): -1258379 or 7720172. OLE color: 7720172.

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

Color convert

RGB 236 204 117 -
CMYK 0 0.14 0.50 0.07
HSL 43.87º 0.76% 0.69% -
HSV(B) 43.87º 0.5% 0.93% -
XYZ 59.4 62.3 25.72 -
YUV 203.65 79.1 151.07 -
System Red Green Blue C M Y K H S L
Decimal 236 204 117 0 0.14 0.50 0.07 43.87 0.76 0.69
Hex EC CC 75 0 E 32 7 2C 4C 45
Octal 354 314 165 0 16 62 7 54 114 105
Binary 11101100 11001100 1110101 0 1110 110010 111 101100 1001100 1000101

Color Harmonies of #ECCC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC75

Black with #ECCC75

Text Example


Text Example

White with #ECCC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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