Html Css Color HEX #EBCE5E Golden Sand

📋 copy color: '#EBCE5E'

red 235 ◦ green 206 ◦ blue 94

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

Shades of Golden Sand #EBCE5E

Tints of Golden Sand #EBCE5E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.5%

 BLUE value IS 94 (37.11% from 255) = 17.57%

R = 43.93%
G = 38.5%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EBCE5E (or 0xEBCE5E) is known color: Golden Sand. HEX triplet: EB, CE and 5E. RGB value is (235,206,94). Sum of RGB (Red+Green+Blue) = 235+206+94=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCE5E is #1431A1. Grayscale: #CACACA. Windows color (decimal): -1323426 or 6213355. OLE color: 6213355.

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

Color convert

RGB 235 206 94 -
CMYK 0 0.12 0.6 0.08
HSL 47.66º 0.78% 0.65% -
HSV(B) 47.66º 0.6% 0.92% -
XYZ 58.35 62.61 19.6 -
YUV 201.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 235 206 94 0 0.12 0.6 0.08 47.66 0.78 0.65
Hex EB CE 5E 0 C 3C 8 30 4E 41
Octal 353 316 136 0 14 74 10 60 116 101
Binary 11101011 11001110 1011110 0 1100 111100 1000 110000 1001110 1000001

Color Harmonies of #EBCE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCE5E

Black with #EBCE5E

Text Example


Text Example

White with #EBCE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCE5E; }

 p { color: rgb(235,206,94); }

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

background-color css

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

 a { background-color: rgb(235,206,94); }

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

border-color css

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

 span { border-color: rgb(235,206,94); }

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