Html Css Color HEX #EBD46C Golden Sand

📋 copy color: '#EBD46C'

red 235 ◦ green 212 ◦ blue 108

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

Shades of Golden Sand #EBD46C

Tints of Golden Sand #EBD46C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.2%

 BLUE value IS 108 (42.58% from 255) = 19.46%

R = 42.34%
G = 38.2%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBD46C (or 0xEBD46C) is known color: Golden Sand. HEX triplet: EB, D4 and 6C. RGB value is (235,212,108). Sum of RGB (Red+Green+Blue) = 235+212+108=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD46C is #142B93. Grayscale: #CFCFCF. Windows color (decimal): -1321876 or 7132395. OLE color: 7132395.

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

Color convert

RGB 235 212 108 -
CMYK 0 0.10 0.54 0.08
HSL 49.13º 0.76% 0.67% -
HSV(B) 49.13º 0.54% 0.92% -
XYZ 60.51 65.83 23.7 -
YUV 207.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 235 212 108 0 0.10 0.54 0.08 49.13 0.76 0.67
Hex EB D4 6C 0 A 36 8 31 4C 43
Octal 353 324 154 0 12 66 10 61 114 103
Binary 11101011 11010100 1101100 0 1010 110110 1000 110001 1001100 1000011

Color Harmonies of #EBD46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD46C

Black with #EBD46C

Text Example


Text Example

White with #EBD46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD46C; }

 p { color: rgb(235,212,108); }

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

background-color css

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

 a { background-color: rgb(235,212,108); }

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

border-color css

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

 span { border-color: rgb(235,212,108); }

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