Html Css Color HEX #EBD26C Golden Sand

📋 copy color: '#EBD26C'

red 235 ◦ green 210 ◦ blue 108

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

Shades of Golden Sand #EBD26C

Tints of Golden Sand #EBD26C

RGB

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

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

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

R = 42.5%
G = 37.97%
B = 19.53%

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

#EBD26C (or 0xEBD26C) is known color: Golden Sand. HEX triplet: EB, D2 and 6C. RGB value is (235,210,108). Sum of RGB (Red+Green+Blue) = 235+210+108=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD26C is #142D93. Grayscale: #CECECE. Windows color (decimal): -1322388 or 7131883. OLE color: 7131883.

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

Color convert

RGB 235 210 108 -
CMYK 0 0.11 0.54 0.08
HSL 48.19º 0.76% 0.67% -
HSV(B) 48.19º 0.54% 0.92% -
XYZ 60.01 64.84 23.54 -
YUV 205.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 235 210 108 0 0.11 0.54 0.08 48.19 0.76 0.67
Hex EB D2 6C 0 B 36 8 30 4C 43
Octal 353 322 154 0 13 66 10 60 114 103
Binary 11101011 11010010 1101100 0 1011 110110 1000 110000 1001100 1000011

Color Harmonies of #EBD26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD26C

Black with #EBD26C

Text Example


Text Example

White with #EBD26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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