Html Css Color HEX #EBCC66 Golden Sand

📋 copy color: '#EBCC66'

red 235 ◦ green 204 ◦ blue 102

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

Shades of Golden Sand #EBCC66

Tints of Golden Sand #EBCC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.85%

R = 43.44%
G = 37.71%
B = 18.85%

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

#EBCC66 (or 0xEBCC66) is known color: Golden Sand. HEX triplet: EB, CC and 66. RGB value is (235,204,102). Sum of RGB (Red+Green+Blue) = 235+204+102=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC66 is #143399. Grayscale: #CACACA. Windows color (decimal): -1323930 or 6737131. OLE color: 6737131.

HSL color Cylindrical-coordinate representation of color #EBCC66: hue angle of 46.02º 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 #EBCC66 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 204 102 -
CMYK 0 0.13 0.57 0.08
HSL 46.02º 0.77% 0.66% -
HSV(B) 46.02º 0.57% 0.92% -
XYZ 58.25 61.81 21.43 -
YUV 201.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 235 204 102 0 0.13 0.57 0.08 46.02 0.77 0.66
Hex EB CC 66 0 D 39 8 2E 4D 42
Octal 353 314 146 0 15 71 10 56 115 102
Binary 11101011 11001100 1100110 0 1101 111001 1000 101110 1001101 1000010

Color Harmonies of #EBCC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC66

Black with #EBCC66

Text Example


Text Example

White with #EBCC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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