Html Css Color HEX #EBC968 Golden Sand

📋 copy color: '#EBC968'

red 235 ◦ green 201 ◦ blue 104

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

Shades of Golden Sand #EBC968

Tints of Golden Sand #EBC968

RGB

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

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

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

R = 43.52%
G = 37.22%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EBC968 (or 0xEBC968) is known color: Golden Sand. HEX triplet: EB, C9 and 68. RGB value is (235,201,104). Sum of RGB (Red+Green+Blue) = 235+201+104=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC968 is #143697. Grayscale: #C8C8C8. Windows color (decimal): -1324696 or 6867435. OLE color: 6867435.

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

Color convert

RGB 235 201 104 -
CMYK 0 0.14 0.56 0.08
HSL 44.43º 0.77% 0.66% -
HSV(B) 44.43º 0.56% 0.92% -
XYZ 57.65 60.43 21.72 -
YUV 200.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 235 201 104 0 0.14 0.56 0.08 44.43 0.77 0.66
Hex EB C9 68 0 E 38 8 2C 4D 42
Octal 353 311 150 0 16 70 10 54 115 102
Binary 11101011 11001001 1101000 0 1110 111000 1000 101100 1001101 1000010

Color Harmonies of #EBC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC968

Black with #EBC968

Text Example


Text Example

White with #EBC968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC968; }

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

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

background-color css

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

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

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

border-color css

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

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

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