Html Css Color HEX #ECCD72 Golden Sand

📋 copy color: '#ECCD72'

red 236 ◦ green 205 ◦ blue 114

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

Shades of Golden Sand #ECCD72

Tints of Golden Sand #ECCD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.54%

R = 42.52%
G = 36.94%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECCD72 (or 0xECCD72) is known color: Golden Sand. HEX triplet: EC, CD and 72. RGB value is (236,205,114). Sum of RGB (Red+Green+Blue) = 236+205+114=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD72 is #13328D. Grayscale: #CCCCCC. Windows color (decimal): -1258126 or 7523820. OLE color: 7523820.

HSL color Cylindrical-coordinate representation of color #ECCD72: hue angle of 44.75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECCD72 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 205 114 -
CMYK 0 0.13 0.52 0.07
HSL 44.75º 0.76% 0.69% -
HSV(B) 44.75º 0.52% 0.93% -
XYZ 59.46 62.71 24.89 -
YUV 203.9 77.27 150.9 -
System Red Green Blue C M Y K H S L
Decimal 236 205 114 0 0.13 0.52 0.07 44.75 0.76 0.69
Hex EC CD 72 0 D 34 7 2D 4C 45
Octal 354 315 162 0 15 64 7 55 114 105
Binary 11101100 11001101 1110010 0 1101 110100 111 101101 1001100 1000101

Color Harmonies of #ECCD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD72

Black with #ECCD72

Text Example


Text Example

White with #ECCD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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