Html Css Color HEX #EBC969 Golden Sand

📋 copy color: '#EBC969'

red 235 ◦ green 201 ◦ blue 105

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

Shades of Golden Sand #EBC969

Tints of Golden Sand #EBC969

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.15%

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

R = 43.44%
G = 37.15%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EBC969 (or 0xEBC969) is known color: Golden Sand. HEX triplet: EB, C9 and 69. RGB value is (235,201,105). Sum of RGB (Red+Green+Blue) = 235+201+105=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC969 is #143696. Grayscale: #C8C8C8. Windows color (decimal): -1324695 or 6932971. OLE color: 6932971.

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

Color convert

RGB 235 201 105 -
CMYK 0 0.14 0.55 0.08
HSL 44.31º 0.76% 0.67% -
HSV(B) 44.31º 0.55% 0.92% -
XYZ 57.7 60.46 21.99 -
YUV 200.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 235 201 105 0 0.14 0.55 0.08 44.31 0.76 0.67
Hex EB C9 69 0 E 37 8 2C 4C 43
Octal 353 311 151 0 16 67 10 54 114 103
Binary 11101011 11001001 1101001 0 1110 110111 1000 101100 1001100 1000011

Color Harmonies of #EBC969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC969

Black with #EBC969

Text Example


Text Example

White with #EBC969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC969; }

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

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

background-color css

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

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

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

border-color css

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

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

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