Html Css Color HEX #ECD46B Golden Sand

📋 copy color: '#ECD46B'

red 236 ◦ green 212 ◦ blue 107

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

Shades of Golden Sand #ECD46B

Tints of Golden Sand #ECD46B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.2%

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

R = 42.52%
G = 38.2%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECD46B (or 0xECD46B) is known color: Golden Sand. HEX triplet: EC, D4 and 6B. RGB value is (236,212,107). Sum of RGB (Red+Green+Blue) = 236+212+107=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD46B is #132B94. Grayscale: #CFCFCF. Windows color (decimal): -1256341 or 7066860. OLE color: 7066860.

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

Color convert

RGB 236 212 107 -
CMYK 0 0.10 0.55 0.07
HSL 48.84º 0.77% 0.67% -
HSV(B) 48.84º 0.55% 0.93% -
XYZ 60.79 65.98 23.44 -
YUV 207.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 236 212 107 0 0.10 0.55 0.07 48.84 0.77 0.67
Hex EC D4 6B 0 A 37 7 31 4D 43
Octal 354 324 153 0 12 67 7 61 115 103
Binary 11101100 11010100 1101011 0 1010 110111 111 110001 1001101 1000011

Color Harmonies of #ECD46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD46B

Black with #ECD46B

Text Example


Text Example

White with #ECD46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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