Html Css Color HEX #EBC367 Golden Sand

📋 copy color: '#EBC367'

red 235 ◦ green 195 ◦ blue 103

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

Shades of Golden Sand #EBC367

Tints of Golden Sand #EBC367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.32%

R = 44.09%
G = 36.59%
B = 19.32%

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

#EBC367 (or 0xEBC367) is known color: Golden Sand. HEX triplet: EB, C3 and 67. RGB value is (235,195,103). Sum of RGB (Red+Green+Blue) = 235+195+103=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC367 is #143C98. Grayscale: #C4C4C4. Windows color (decimal): -1326233 or 6800363. OLE color: 6800363.

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

Color convert

RGB 235 195 103 -
CMYK 0 0.17 0.56 0.08
HSL 41.82º 0.77% 0.66% -
HSV(B) 41.82º 0.56% 0.92% -
XYZ 56.22 57.67 21 -
YUV 196.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 235 195 103 0 0.17 0.56 0.08 41.82 0.77 0.66
Hex EB C3 67 0 11 38 8 2A 4D 42
Octal 353 303 147 0 21 70 10 52 115 102
Binary 11101011 11000011 1100111 0 10001 111000 1000 101010 1001101 1000010

Color Harmonies of #EBC367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC367

Black with #EBC367

Text Example


Text Example

White with #EBC367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC367; }

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

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

background-color css

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

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

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

border-color css

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

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

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