Html Css Color HEX #EBC369 Golden Sand

📋 copy color: '#EBC369'

red 235 ◦ green 195 ◦ blue 105

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

Shades of Golden Sand #EBC369

Tints of Golden Sand #EBC369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.63%

R = 43.93%
G = 36.45%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EBC369 (or 0xEBC369) is known color: Golden Sand. HEX triplet: EB, C3 and 69. RGB value is (235,195,105). Sum of RGB (Red+Green+Blue) = 235+195+105=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC369 is #143C96. Grayscale: #C5C5C5. Windows color (decimal): -1326231 or 6931435. OLE color: 6931435.

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

Color convert

RGB 235 195 105 -
CMYK 0 0.17 0.55 0.08
HSL 41.54º 0.76% 0.67% -
HSV(B) 41.54º 0.55% 0.92% -
XYZ 56.33 57.71 21.54 -
YUV 196.7 76.25 155.32 -
System Red Green Blue C M Y K H S L
Decimal 235 195 105 0 0.17 0.55 0.08 41.54 0.76 0.67
Hex EB C3 69 0 11 37 8 2A 4C 43
Octal 353 303 151 0 21 67 10 52 114 103
Binary 11101011 11000011 1101001 0 10001 110111 1000 101010 1001100 1000011

Color Harmonies of #EBC369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC369

Black with #EBC369

Text Example


Text Example

White with #EBC369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC369; }

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

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

background-color css

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

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

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

border-color css

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

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

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