Html Css Color HEX #EBC96A Golden Sand

📋 copy color: '#EBC96A'

red 235 ◦ green 201 ◦ blue 106

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

Shades of Golden Sand #EBC96A

Tints of Golden Sand #EBC96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.56%

R = 43.36%
G = 37.08%
B = 19.56%

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

#EBC96A (or 0xEBC96A) is known color: Golden Sand. HEX triplet: EB, C9 and 6A. RGB value is (235,201,106). Sum of RGB (Red+Green+Blue) = 235+201+106=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC96A is #143695. Grayscale: #C8C8C8. Windows color (decimal): -1324694 or 6998507. OLE color: 6998507.

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

Color convert

RGB 235 201 106 -
CMYK 0 0.14 0.55 0.08
HSL 44.19º 0.76% 0.67% -
HSV(B) 44.19º 0.55% 0.92% -
XYZ 57.75 60.48 22.27 -
YUV 200.34 74.76 152.72 -
System Red Green Blue C M Y K H S L
Decimal 235 201 106 0 0.14 0.55 0.08 44.19 0.76 0.67
Hex EB C9 6A 0 E 37 8 2C 4C 43
Octal 353 311 152 0 16 67 10 54 114 103
Binary 11101011 11001001 1101010 0 1110 110111 1000 101100 1001100 1000011

Color Harmonies of #EBC96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC96A

Black with #EBC96A

Text Example


Text Example

White with #EBC96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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