Html Css Color HEX #EBCC64 Golden Sand

📋 copy color: '#EBCC64'

red 235 ◦ green 204 ◦ blue 100

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

Shades of Golden Sand #EBCC64

Tints of Golden Sand #EBCC64

RGB

 RED value IS 235 (92.19% from 255) = 43.6%

 GREEN value IS 204 (80.08% from 255) = 37.85%

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

R = 43.6%
G = 37.85%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBCC64 (or 0xEBCC64) is known color: Golden Sand. HEX triplet: EB, CC and 64. RGB value is (235,204,100). Sum of RGB (Red+Green+Blue) = 235+204+100=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC64 is #14339B. Grayscale: #C9C9C9. Windows color (decimal): -1323932 or 6606059. OLE color: 6606059.

HSL color Cylindrical-coordinate representation of color #EBCC64: hue angle of 46.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBCC64 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 204 100 -
CMYK 0 0.13 0.57 0.08
HSL 46.22º 0.77% 0.66% -
HSV(B) 46.22º 0.57% 0.92% -
XYZ 58.15 61.77 20.91 -
YUV 201.41 70.77 151.96 -
System Red Green Blue C M Y K H S L
Decimal 235 204 100 0 0.13 0.57 0.08 46.22 0.77 0.66
Hex EB CC 64 0 D 39 8 2E 4D 42
Octal 353 314 144 0 15 71 10 56 115 102
Binary 11101011 11001100 1100100 0 1101 111001 1000 101110 1001101 1000010

Color Harmonies of #EBCC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC64

Black with #EBCC64

Text Example


Text Example

White with #EBCC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC64; }

 p { color: rgb(235,204,100); }

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

background-color css

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

 a { background-color: rgb(235,204,100); }

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

border-color css

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

 span { border-color: rgb(235,204,100); }

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