Html Css Color HEX #EBC366 Golden Sand

📋 copy color: '#EBC366'

red 235 ◦ green 195 ◦ blue 102

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

Shades of Golden Sand #EBC366

Tints of Golden Sand #EBC366

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.65%

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

R = 44.17%
G = 36.65%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBC366 (or 0xEBC366) is known color: Golden Sand. HEX triplet: EB, C3 and 66. RGB value is (235,195,102). Sum of RGB (Red+Green+Blue) = 235+195+102=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC366 is #143C99. Grayscale: #C4C4C4. Windows color (decimal): -1326234 or 6734827. OLE color: 6734827.

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

Color convert

RGB 235 195 102 -
CMYK 0 0.17 0.57 0.08
HSL 41.95º 0.77% 0.66% -
HSV(B) 41.95º 0.57% 0.92% -
XYZ 56.17 57.65 20.74 -
YUV 196.36 74.75 155.56 -
System Red Green Blue C M Y K H S L
Decimal 235 195 102 0 0.17 0.57 0.08 41.95 0.77 0.66
Hex EB C3 66 0 11 39 8 2A 4D 42
Octal 353 303 146 0 21 71 10 52 115 102
Binary 11101011 11000011 1100110 0 10001 111001 1000 101010 1001101 1000010

Color Harmonies of #EBC366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC366

Black with #EBC366

Text Example


Text Example

White with #EBC366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC366; }

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

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

background-color css

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

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

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

border-color css

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

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

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