Html Css Color HEX #EBD26E Golden Sand

📋 copy color: '#EBD26E'

red 235 ◦ green 210 ◦ blue 110

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

Shades of Golden Sand #EBD26E

Tints of Golden Sand #EBD26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.82%

R = 42.34%
G = 37.84%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBD26E (or 0xEBD26E) is known color: Golden Sand. HEX triplet: EB, D2 and 6E. RGB value is (235,210,110). Sum of RGB (Red+Green+Blue) = 235+210+110=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD26E is #142D91. Grayscale: #CECECE. Windows color (decimal): -1322386 or 7262955. OLE color: 7262955.

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

Color convert

RGB 235 210 110 -
CMYK 0 0.11 0.53 0.08
HSL 48º 0.76% 0.68% -
HSV(B) 48º 0.53% 0.92% -
XYZ 60.12 64.88 24.11 -
YUV 206.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 235 210 110 0 0.11 0.53 0.08 48 0.76 0.68
Hex EB D2 6E 0 B 35 8 30 4C 44
Octal 353 322 156 0 13 65 10 60 114 104
Binary 11101011 11010010 1101110 0 1011 110101 1000 110000 1001100 1000100

Color Harmonies of #EBD26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD26E

Black with #EBD26E

Text Example


Text Example

White with #EBD26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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