Html Css Color HEX #EBC95C Golden Sand

📋 copy color: '#EBC95C'

red 235 ◦ green 201 ◦ blue 92

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

Shades of Golden Sand #EBC95C

Tints of Golden Sand #EBC95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.42%

R = 44.51%
G = 38.07%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EBC95C (or 0xEBC95C) is known color: Golden Sand. HEX triplet: EB, C9 and 5C. RGB value is (235,201,92). Sum of RGB (Red+Green+Blue) = 235+201+92=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC95C is #1436A3. Grayscale: #C7C7C7. Windows color (decimal): -1324708 or 6081003. OLE color: 6081003.

HSL color Cylindrical-coordinate representation of color #EBC95C: hue angle of 45.73º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBC95C is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 92 -
CMYK 0 0.14 0.61 0.08
HSL 45.73º 0.78% 0.64% -
HSV(B) 45.73º 0.61% 0.92% -
XYZ 57.08 60.21 18.74 -
YUV 198.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 235 201 92 0 0.14 0.61 0.08 45.73 0.78 0.64
Hex EB C9 5C 0 E 3D 8 2E 4E 40
Octal 353 311 134 0 16 75 10 56 116 100
Binary 11101011 11001001 1011100 0 1110 111101 1000 101110 1001110 1000000

Color Harmonies of #EBC95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC95C

Black with #EBC95C

Text Example


Text Example

White with #EBC95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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