Html Css Color HEX #EBC66E Golden Sand

📋 copy color: '#EBC66E'

red 235 ◦ green 198 ◦ blue 110

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

Shades of Golden Sand #EBC66E

Tints of Golden Sand #EBC66E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.46%

 BLUE value IS 110 (43.36% from 255) = 20.26%

R = 43.28%
G = 36.46%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBC66E (or 0xEBC66E) is known color: Golden Sand. HEX triplet: EB, C6 and 6E. RGB value is (235,198,110). Sum of RGB (Red+Green+Blue) = 235+198+110=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC66E is #143991. Grayscale: #C7C7C7. Windows color (decimal): -1325458 or 7259883. OLE color: 7259883.

HSL color Cylindrical-coordinate representation of color #EBC66E: hue angle of 42.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBC66E is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 198 110 -
CMYK 0 0.16 0.53 0.08
HSL 42.24º 0.76% 0.68% -
HSV(B) 42.24º 0.53% 0.92% -
XYZ 57.27 59.18 23.16 -
YUV 199.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 235 198 110 0 0.16 0.53 0.08 42.24 0.76 0.68
Hex EB C6 6E 0 10 35 8 2A 4C 44
Octal 353 306 156 0 20 65 10 52 114 104
Binary 11101011 11000110 1101110 0 10000 110101 1000 101010 1001100 1000100

Color Harmonies of #EBC66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC66E

Black with #EBC66E

Text Example


Text Example

White with #EBC66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC66E; }

 p { color: rgb(235,198,110); }

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

background-color css

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

 a { background-color: rgb(235,198,110); }

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

border-color css

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

 span { border-color: rgb(235,198,110); }

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