Html Css Color HEX #E0D363 Golden Sand

📋 copy color: '#E0D363'

red 224 ◦ green 211 ◦ blue 99

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

Shades of Golden Sand #E0D363

Tints of Golden Sand #E0D363

RGB

 RED value IS 224 (87.89% from 255) = 41.95%

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

 BLUE value IS 99 (39.06% from 255) = 18.54%

R = 41.95%
G = 39.51%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E0D363 (or 0xE0D363) is known color: Golden Sand. HEX triplet: E0, D3 and 63. RGB value is (224,211,99). Sum of RGB (Red+Green+Blue) = 224+211+99=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D363 is #1F2C9C. Grayscale: #CACACA. Windows color (decimal): -2043037 or 6542304. OLE color: 6542304.

HSL color Cylindrical-coordinate representation of color #E0D363: hue angle of 53.76º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0D363 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 211 99 -
CMYK 0 0.06 0.56 0.12
HSL 53.76º 0.67% 0.63% -
HSV(B) 53.76º 0.56% 0.88% -
XYZ 56.29 63.34 21.06 -
YUV 202.12 69.81 143.61 -
System Red Green Blue C M Y K H S L
Decimal 224 211 99 0 0.06 0.56 0.12 53.76 0.67 0.63
Hex E0 D3 63 0 6 38 C 36 43 3F
Octal 340 323 143 0 6 70 14 66 103 77
Binary 11100000 11010011 1100011 0 110 111000 1100 110110 1000011 111111

Color Harmonies of #E0D363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D363

Black with #E0D363

Text Example


Text Example

White with #E0D363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D363; }

 p { color: rgb(224,211,99); }

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

background-color css

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

 a { background-color: rgb(224,211,99); }

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

border-color css

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

 span { border-color: rgb(224,211,99); }

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