Html Css Color HEX #EBC66A Golden Sand

📋 copy color: '#EBC66A'

red 235 ◦ green 198 ◦ blue 106

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

Shades of Golden Sand #EBC66A

Tints of Golden Sand #EBC66A

RGB

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

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

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

R = 43.6%
G = 36.73%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EBC66A (or 0xEBC66A) is known color: Golden Sand. HEX triplet: EB, C6 and 6A. RGB value is (235,198,106). Sum of RGB (Red+Green+Blue) = 235+198+106=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC66A is #143995. Grayscale: #C6C6C6. Windows color (decimal): -1325462 or 6997739. OLE color: 6997739.

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

Color convert

RGB 235 198 106 -
CMYK 0 0.16 0.55 0.08
HSL 42.79º 0.76% 0.67% -
HSV(B) 42.79º 0.55% 0.92% -
XYZ 57.06 59.09 22.03 -
YUV 198.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 235 198 106 0 0.16 0.55 0.08 42.79 0.76 0.67
Hex EB C6 6A 0 10 37 8 2B 4C 43
Octal 353 306 152 0 20 67 10 53 114 103
Binary 11101011 11000110 1101010 0 10000 110111 1000 101011 1001100 1000011

Color Harmonies of #EBC66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC66A

Black with #EBC66A

Text Example


Text Example

White with #EBC66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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