Html Css Color HEX #ECCB64 Golden Sand

📋 copy color: '#ECCB64'

red 236 ◦ green 203 ◦ blue 100

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

Shades of Golden Sand #ECCB64

Tints of Golden Sand #ECCB64

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.66%

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

R = 43.78%
G = 37.66%
B = 18.55%

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

#ECCB64 (or 0xECCB64) is known color: Golden Sand. HEX triplet: EC, CB and 64. RGB value is (236,203,100). Sum of RGB (Red+Green+Blue) = 236+203+100=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB64 is #13349B. Grayscale: #C9C9C9. Windows color (decimal): -1258652 or 6605804. OLE color: 6605804.

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

Color convert

RGB 236 203 100 -
CMYK 0 0.14 0.58 0.07
HSL 45.44º 0.78% 0.66% -
HSV(B) 45.44º 0.58% 0.93% -
XYZ 58.25 61.46 20.85 -
YUV 201.13 70.93 152.88 -
System Red Green Blue C M Y K H S L
Decimal 236 203 100 0 0.14 0.58 0.07 45.44 0.78 0.66
Hex EC CB 64 0 E 3A 7 2D 4E 42
Octal 354 313 144 0 16 72 7 55 116 102
Binary 11101100 11001011 1100100 0 1110 111010 111 101101 1001110 1000010

Color Harmonies of #ECCB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCB64

Black with #ECCB64

Text Example


Text Example

White with #ECCB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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