Html Css Color HEX #ECCD6B Golden Sand

📋 copy color: '#ECCD6B'

red 236 ◦ green 205 ◦ blue 107

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

Shades of Golden Sand #ECCD6B

Tints of Golden Sand #ECCD6B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.41%

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

R = 43.07%
G = 37.41%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECCD6B (or 0xECCD6B) is known color: Golden Sand. HEX triplet: EC, CD and 6B. RGB value is (236,205,107). Sum of RGB (Red+Green+Blue) = 236+205+107=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD6B is #133294. Grayscale: #CBCBCB. Windows color (decimal): -1258133 or 7065068. OLE color: 7065068.

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

Color convert

RGB 236 205 107 -
CMYK 0 0.13 0.55 0.07
HSL 45.58º 0.77% 0.67% -
HSV(B) 45.58º 0.55% 0.93% -
XYZ 59.08 62.56 22.87 -
YUV 203.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 236 205 107 0 0.13 0.55 0.07 45.58 0.77 0.67
Hex EC CD 6B 0 D 37 7 2E 4D 43
Octal 354 315 153 0 15 67 7 56 115 103
Binary 11101100 11001101 1101011 0 1101 110111 111 101110 1001101 1000011

Color Harmonies of #ECCD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD6B

Black with #ECCD6B

Text Example


Text Example

White with #ECCD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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