Html Css Color HEX #EBC66D Golden Sand

📋 copy color: '#EBC66D'

red 235 ◦ green 198 ◦ blue 109

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

Shades of Golden Sand #EBC66D

Tints of Golden Sand #EBC66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.11%

R = 43.36%
G = 36.53%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBC66D (or 0xEBC66D) is known color: Golden Sand. HEX triplet: EB, C6 and 6D. RGB value is (235,198,109). Sum of RGB (Red+Green+Blue) = 235+198+109=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC66D is #143992. Grayscale: #C7C7C7. Windows color (decimal): -1325459 or 7194347. OLE color: 7194347.

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

Color convert

RGB 235 198 109 -
CMYK 0 0.16 0.54 0.08
HSL 42.38º 0.76% 0.67% -
HSV(B) 42.38º 0.54% 0.92% -
XYZ 57.22 59.15 22.87 -
YUV 198.92 77.26 153.74 -
System Red Green Blue C M Y K H S L
Decimal 235 198 109 0 0.16 0.54 0.08 42.38 0.76 0.67
Hex EB C6 6D 0 10 36 8 2A 4C 43
Octal 353 306 155 0 20 66 10 52 114 103
Binary 11101011 11000110 1101101 0 10000 110110 1000 101010 1001100 1000011

Color Harmonies of #EBC66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC66D

Black with #EBC66D

Text Example


Text Example

White with #EBC66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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