Html Css Color HEX #ECD069 Golden Sand

📋 copy color: '#ECD069'

red 236 ◦ green 208 ◦ blue 105

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

Shades of Golden Sand #ECD069

Tints of Golden Sand #ECD069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.13%

R = 42.99%
G = 37.89%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECD069 (or 0xECD069) is known color: Golden Sand. HEX triplet: EC, D0 and 69. RGB value is (236,208,105). Sum of RGB (Red+Green+Blue) = 236+208+105=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD069 is #132F96. Grayscale: #CDCDCD. Windows color (decimal): -1257367 or 6934764. OLE color: 6934764.

HSL color Cylindrical-coordinate representation of color #ECD069: hue angle of 47.18º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECD069 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 105 -
CMYK 0 0.12 0.56 0.07
HSL 47.18º 0.78% 0.67% -
HSV(B) 47.18º 0.56% 0.93% -
XYZ 59.7 63.96 22.56 -
YUV 204.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 236 208 105 0 0.12 0.56 0.07 47.18 0.78 0.67
Hex EC D0 69 0 C 38 7 2F 4E 43
Octal 354 320 151 0 14 70 7 57 116 103
Binary 11101100 11010000 1101001 0 1100 111000 111 101111 1001110 1000011

Color Harmonies of #ECD069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD069

Black with #ECD069

Text Example


Text Example

White with #ECD069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD069; }

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

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

background-color css

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

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

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

border-color css

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

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

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