Html Css Color HEX #ECD075 Golden Sand

📋 copy color: '#ECD075'

red 236 ◦ green 208 ◦ blue 117

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

Shades of Golden Sand #ECD075

Tints of Golden Sand #ECD075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.08%

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

R = 42.07%
G = 37.08%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECD075 (or 0xECD075) is known color: Golden Sand. HEX triplet: EC, D0 and 75. RGB value is (236,208,117). Sum of RGB (Red+Green+Blue) = 236+208+117=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD075 is #132F8A. Grayscale: #CECECE. Windows color (decimal): -1257355 or 7721196. OLE color: 7721196.

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

Color convert

RGB 236 208 117 -
CMYK 0 0.12 0.50 0.07
HSL 45.88º 0.76% 0.69% -
HSV(B) 45.88º 0.5% 0.93% -
XYZ 60.36 64.23 26.05 -
YUV 206 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 236 208 117 0 0.12 0.50 0.07 45.88 0.76 0.69
Hex EC D0 75 0 C 32 7 2E 4C 45
Octal 354 320 165 0 14 62 7 56 114 105
Binary 11101100 11010000 1110101 0 1100 110010 111 101110 1001100 1000101

Color Harmonies of #ECD075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD075

Black with #ECD075

Text Example


Text Example

White with #ECD075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD075; }

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

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

background-color css

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

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

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

border-color css

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

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

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