Html Css Color HEX #ECCA64 Golden Sand

📋 copy color: '#ECCA64'

red 236 ◦ green 202 ◦ blue 100

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

Shades of Golden Sand #ECCA64

Tints of Golden Sand #ECCA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.55%

 BLUE value IS 100 (39.45% from 255) = 18.59%

R = 43.87%
G = 37.55%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECCA64 (or 0xECCA64) is known color: Golden Sand. HEX triplet: EC, CA and 64. RGB value is (236,202,100). Sum of RGB (Red+Green+Blue) = 236+202+100=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCA64 is #13359B. Grayscale: #C8C8C8. Windows color (decimal): -1258908 or 6605548. OLE color: 6605548.

HSL color Cylindrical-coordinate representation of color #ECCA64: hue angle of 45º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECCA64 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 202 100 -
CMYK 0 0.14 0.58 0.07
HSL 45º 0.78% 0.66% -
HSV(B) 45º 0.58% 0.93% -
XYZ 58.01 60.99 20.77 -
YUV 200.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 236 202 100 0 0.14 0.58 0.07 45 0.78 0.66
Hex EC CA 64 0 E 3A 7 2D 4E 42
Octal 354 312 144 0 16 72 7 55 116 102
Binary 11101100 11001010 1100100 0 1110 111010 111 101101 1001110 1000010

Color Harmonies of #ECCA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCA64

Black with #ECCA64

Text Example


Text Example

White with #ECCA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCA64; }

 p { color: rgb(236,202,100); }

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

background-color css

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

 a { background-color: rgb(236,202,100); }

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

border-color css

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

 span { border-color: rgb(236,202,100); }

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