Html Css Color HEX #ECD06A Golden Sand

📋 copy color: '#ECD06A'

red 236 ◦ green 208 ◦ blue 106

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

Shades of Golden Sand #ECD06A

Tints of Golden Sand #ECD06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.27%

R = 42.91%
G = 37.82%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECD06A (or 0xECD06A) is known color: Golden Sand. HEX triplet: EC, D0 and 6A. RGB value is (236,208,106). Sum of RGB (Red+Green+Blue) = 236+208+106=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD06A is #132F95. Grayscale: #CDCDCD. Windows color (decimal): -1257366 or 7000300. OLE color: 7000300.

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

Color convert

RGB 236 208 106 -
CMYK 0 0.12 0.55 0.07
HSL 47.08º 0.77% 0.67% -
HSV(B) 47.08º 0.55% 0.93% -
XYZ 59.75 63.99 22.84 -
YUV 204.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 236 208 106 0 0.12 0.55 0.07 47.08 0.77 0.67
Hex EC D0 6A 0 C 37 7 2F 4D 43
Octal 354 320 152 0 14 67 7 57 115 103
Binary 11101100 11010000 1101010 0 1100 110111 111 101111 1001101 1000011

Color Harmonies of #ECD06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD06A

Black with #ECD06A

Text Example


Text Example

White with #ECD06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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