Html Css Color HEX #EBC866 Golden Sand

📋 copy color: '#EBC866'

red 235 ◦ green 200 ◦ blue 102

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

Shades of Golden Sand #EBC866

Tints of Golden Sand #EBC866

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.24%

 BLUE value IS 102 (40.23% from 255) = 18.99%

R = 43.76%
G = 37.24%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBC866 (or 0xEBC866) is known color: Golden Sand. HEX triplet: EB, C8 and 66. RGB value is (235,200,102). Sum of RGB (Red+Green+Blue) = 235+200+102=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC866 is #143799. Grayscale: #C7C7C7. Windows color (decimal): -1324954 or 6736107. OLE color: 6736107.

HSL color Cylindrical-coordinate representation of color #EBC866: hue angle of 44.21º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBC866 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 200 102 -
CMYK 0 0.15 0.57 0.08
HSL 44.21º 0.77% 0.66% -
HSV(B) 44.21º 0.57% 0.92% -
XYZ 57.31 59.93 21.12 -
YUV 199.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 235 200 102 0 0.15 0.57 0.08 44.21 0.77 0.66
Hex EB C8 66 0 F 39 8 2C 4D 42
Octal 353 310 146 0 17 71 10 54 115 102
Binary 11101011 11001000 1100110 0 1111 111001 1000 101100 1001101 1000010

Color Harmonies of #EBC866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC866

Black with #EBC866

Text Example


Text Example

White with #EBC866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC866; }

 p { color: rgb(235,200,102); }

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

background-color css

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

 a { background-color: rgb(235,200,102); }

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

border-color css

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

 span { border-color: rgb(235,200,102); }

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