Html Css Color HEX #EBD06E Golden Sand

📋 copy color: '#EBD06E'

red 235 ◦ green 208 ◦ blue 110

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

Shades of Golden Sand #EBD06E

Tints of Golden Sand #EBD06E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.61%

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

R = 42.5%
G = 37.61%
B = 19.89%

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

#EBD06E (or 0xEBD06E) is known color: Golden Sand. HEX triplet: EB, D0 and 6E. RGB value is (235,208,110). Sum of RGB (Red+Green+Blue) = 235+208+110=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD06E is #142F91. Grayscale: #CDCDCD. Windows color (decimal): -1322898 or 7262443. OLE color: 7262443.

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

Color convert

RGB 235 208 110 -
CMYK 0 0.11 0.53 0.08
HSL 47.04º 0.76% 0.68% -
HSV(B) 47.04º 0.53% 0.92% -
XYZ 59.63 63.9 23.94 -
YUV 204.9 74.45 149.47 -
System Red Green Blue C M Y K H S L
Decimal 235 208 110 0 0.11 0.53 0.08 47.04 0.76 0.68
Hex EB D0 6E 0 B 35 8 2F 4C 44
Octal 353 320 156 0 13 65 10 57 114 104
Binary 11101011 11010000 1101110 0 1011 110101 1000 101111 1001100 1000100

Color Harmonies of #EBD06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD06E

Black with #EBD06E

Text Example


Text Example

White with #EBD06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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