Html Css Color HEX #ECCF73 Golden Sand

📋 copy color: '#ECCF73'

red 236 ◦ green 207 ◦ blue 115

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

Shades of Golden Sand #ECCF73

Tints of Golden Sand #ECCF73

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.1%

 BLUE value IS 115 (45.31% from 255) = 20.61%

R = 42.29%
G = 37.1%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECCF73 (or 0xECCF73) is known color: Golden Sand. HEX triplet: EC, CF and 73. RGB value is (236,207,115). Sum of RGB (Red+Green+Blue) = 236+207+115=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF73 is #13308C. Grayscale: #CDCDCD. Windows color (decimal): -1257613 or 7589868. OLE color: 7589868.

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

Color convert

RGB 236 207 115 -
CMYK 0 0.12 0.51 0.07
HSL 45.62º 0.76% 0.69% -
HSV(B) 45.62º 0.51% 0.93% -
XYZ 60 63.7 25.35 -
YUV 205.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 236 207 115 0 0.12 0.51 0.07 45.62 0.76 0.69
Hex EC CF 73 0 C 33 7 2E 4C 45
Octal 354 317 163 0 14 63 7 56 114 105
Binary 11101100 11001111 1110011 0 1100 110011 111 101110 1001100 1000101

Color Harmonies of #ECCF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCF73

Black with #ECCF73

Text Example


Text Example

White with #ECCF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCF73; }

 p { color: rgb(236,207,115); }

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

background-color css

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

 a { background-color: rgb(236,207,115); }

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

border-color css

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

 span { border-color: rgb(236,207,115); }

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