Html Css Color HEX #EBC368 Golden Sand

📋 copy color: '#EBC368'

red 235 ◦ green 195 ◦ blue 104

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

Shades of Golden Sand #EBC368

Tints of Golden Sand #EBC368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.48%

R = 44.01%
G = 36.52%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBC368 (or 0xEBC368) is known color: Golden Sand. HEX triplet: EB, C3 and 68. RGB value is (235,195,104). Sum of RGB (Red+Green+Blue) = 235+195+104=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC368 is #143C97. Grayscale: #C4C4C4. Windows color (decimal): -1326232 or 6865899. OLE color: 6865899.

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

Color convert

RGB 235 195 104 -
CMYK 0 0.17 0.56 0.08
HSL 41.68º 0.77% 0.66% -
HSV(B) 41.68º 0.56% 0.92% -
XYZ 56.27 57.69 21.27 -
YUV 196.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 235 195 104 0 0.17 0.56 0.08 41.68 0.77 0.66
Hex EB C3 68 0 11 38 8 2A 4D 42
Octal 353 303 150 0 21 70 10 52 115 102
Binary 11101011 11000011 1101000 0 10001 111000 1000 101010 1001101 1000010

Color Harmonies of #EBC368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC368

Black with #EBC368

Text Example


Text Example

White with #EBC368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC368; }

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

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

background-color css

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

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

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

border-color css

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

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

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