Html Css Color HEX #ECD06B Golden Sand

📋 copy color: '#ECD06B'

red 236 ◦ green 208 ◦ blue 107

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

Shades of Golden Sand #ECD06B

Tints of Golden Sand #ECD06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.42%

R = 42.83%
G = 37.75%
B = 19.42%

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

#ECD06B (or 0xECD06B) is known color: Golden Sand. HEX triplet: EC, D0 and 6B. RGB value is (236,208,107). Sum of RGB (Red+Green+Blue) = 236+208+107=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD06B is #132F94. Grayscale: #CDCDCD. Windows color (decimal): -1257365 or 7065836. OLE color: 7065836.

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

Color convert

RGB 236 208 107 -
CMYK 0 0.12 0.55 0.07
HSL 46.98º 0.77% 0.67% -
HSV(B) 46.98º 0.55% 0.93% -
XYZ 59.8 64.01 23.11 -
YUV 204.86 72.78 150.21 -
System Red Green Blue C M Y K H S L
Decimal 236 208 107 0 0.12 0.55 0.07 46.98 0.77 0.67
Hex EC D0 6B 0 C 37 7 2F 4D 43
Octal 354 320 153 0 14 67 7 57 115 103
Binary 11101100 11010000 1101011 0 1100 110111 111 101111 1001101 1000011

Color Harmonies of #ECD06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD06B

Black with #ECD06B

Text Example


Text Example

White with #ECD06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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