Html Css Color HEX #EBD26D Golden Sand

📋 copy color: '#EBD26D'

red 235 ◦ green 210 ◦ blue 109

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

Shades of Golden Sand #EBD26D

Tints of Golden Sand #EBD26D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.91%

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

R = 42.42%
G = 37.91%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBD26D (or 0xEBD26D) is known color: Golden Sand. HEX triplet: EB, D2 and 6D. RGB value is (235,210,109). Sum of RGB (Red+Green+Blue) = 235+210+109=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD26D is #142D92. Grayscale: #CECECE. Windows color (decimal): -1322387 or 7197419. OLE color: 7197419.

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

Color convert

RGB 235 210 109 -
CMYK 0 0.11 0.54 0.08
HSL 48.1º 0.76% 0.67% -
HSV(B) 48.1º 0.54% 0.92% -
XYZ 60.07 64.86 23.82 -
YUV 205.96 73.28 148.71 -
System Red Green Blue C M Y K H S L
Decimal 235 210 109 0 0.11 0.54 0.08 48.1 0.76 0.67
Hex EB D2 6D 0 B 36 8 30 4C 43
Octal 353 322 155 0 13 66 10 60 114 103
Binary 11101011 11010010 1101101 0 1011 110110 1000 110000 1001100 1000011

Color Harmonies of #EBD26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD26D

Black with #EBD26D

Text Example


Text Example

White with #EBD26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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