Html Css Color HEX #EBD36D Golden Sand

📋 copy color: '#EBD36D'

red 235 ◦ green 211 ◦ blue 109

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

Shades of Golden Sand #EBD36D

Tints of Golden Sand #EBD36D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.02%

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

R = 42.34%
G = 38.02%
B = 19.64%

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

#EBD36D (or 0xEBD36D) is known color: Golden Sand. HEX triplet: EB, D3 and 6D. RGB value is (235,211,109). Sum of RGB (Red+Green+Blue) = 235+211+109=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD36D is #142C92. Grayscale: #CECECE. Windows color (decimal): -1322131 or 7197675. OLE color: 7197675.

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

Color convert

RGB 235 211 109 -
CMYK 0 0.10 0.54 0.08
HSL 48.57º 0.76% 0.67% -
HSV(B) 48.57º 0.54% 0.92% -
XYZ 60.32 65.35 23.9 -
YUV 206.55 72.95 148.29 -
System Red Green Blue C M Y K H S L
Decimal 235 211 109 0 0.10 0.54 0.08 48.57 0.76 0.67
Hex EB D3 6D 0 A 36 8 31 4C 43
Octal 353 323 155 0 12 66 10 61 114 103
Binary 11101011 11010011 1101101 0 1010 110110 1000 110001 1001100 1000011

Color Harmonies of #EBD36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD36D

Black with #EBD36D

Text Example


Text Example

White with #EBD36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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