Html Css Color HEX #EBD36F Golden Sand

📋 copy color: '#EBD36F'

red 235 ◦ green 211 ◦ blue 111

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

Shades of Golden Sand #EBD36F

Tints of Golden Sand #EBD36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.93%

R = 42.19%
G = 37.88%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBD36F (or 0xEBD36F) is known color: Golden Sand. HEX triplet: EB, D3 and 6F. RGB value is (235,211,111). Sum of RGB (Red+Green+Blue) = 235+211+111=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD36F is #142C90. Grayscale: #CFCFCF. Windows color (decimal): -1322129 or 7328747. OLE color: 7328747.

HSL color Cylindrical-coordinate representation of color #EBD36F: hue angle of 48.39º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBD36F is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 211 111 -
CMYK 0 0.10 0.53 0.08
HSL 48.39º 0.76% 0.68% -
HSV(B) 48.39º 0.53% 0.92% -
XYZ 60.42 65.4 24.48 -
YUV 206.78 73.95 148.13 -
System Red Green Blue C M Y K H S L
Decimal 235 211 111 0 0.10 0.53 0.08 48.39 0.76 0.68
Hex EB D3 6F 0 A 35 8 30 4C 44
Octal 353 323 157 0 12 65 10 60 114 104
Binary 11101011 11010011 1101111 0 1010 110101 1000 110000 1001100 1000100

Color Harmonies of #EBD36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD36F

Black with #EBD36F

Text Example


Text Example

White with #EBD36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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