Html Css Color HEX #EBC669 Golden Sand

📋 copy color: '#EBC669'

red 235 ◦ green 198 ◦ blue 105

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

Shades of Golden Sand #EBC669

Tints of Golden Sand #EBC669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.52%

R = 43.68%
G = 36.8%
B = 19.52%

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

#EBC669 (or 0xEBC669) is known color: Golden Sand. HEX triplet: EB, C6 and 69. RGB value is (235,198,105). Sum of RGB (Red+Green+Blue) = 235+198+105=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC669 is #143996. Grayscale: #C6C6C6. Windows color (decimal): -1325463 or 6932203. OLE color: 6932203.

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

Color convert

RGB 235 198 105 -
CMYK 0 0.16 0.55 0.08
HSL 42.92º 0.76% 0.67% -
HSV(B) 42.92º 0.55% 0.92% -
XYZ 57 59.07 21.76 -
YUV 198.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 235 198 105 0 0.16 0.55 0.08 42.92 0.76 0.67
Hex EB C6 69 0 10 37 8 2B 4C 43
Octal 353 306 151 0 20 67 10 53 114 103
Binary 11101011 11000110 1101001 0 10000 110111 1000 101011 1001100 1000011

Color Harmonies of #EBC669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC669

Black with #EBC669

Text Example


Text Example

White with #EBC669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC669; }

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

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

background-color css

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

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

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

border-color css

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

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

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