Html Css Color HEX #E0D065 Golden Sand

📋 copy color: '#E0D065'

red 224 ◦ green 208 ◦ blue 101

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

Shades of Golden Sand #E0D065

Tints of Golden Sand #E0D065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.95%

R = 42.03%
G = 39.02%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E0D065 (or 0xE0D065) is known color: Golden Sand. HEX triplet: E0, D0 and 65. RGB value is (224,208,101). Sum of RGB (Red+Green+Blue) = 224+208+101=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D065 is #1F2F9A. Grayscale: #C9C9C9. Windows color (decimal): -2043803 or 6672608. OLE color: 6672608.

HSL color Cylindrical-coordinate representation of color #E0D065: hue angle of 52.2º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0D065 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 208 101 -
CMYK 0 0.07 0.55 0.12
HSL 52.2º 0.66% 0.64% -
HSV(B) 52.2º 0.55% 0.88% -
XYZ 55.65 61.9 21.33 -
YUV 200.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 224 208 101 0 0.07 0.55 0.12 52.2 0.66 0.64
Hex E0 D0 65 0 7 37 C 34 42 40
Octal 340 320 145 0 7 67 14 64 102 100
Binary 11100000 11010000 1100101 0 111 110111 1100 110100 1000010 1000000

Color Harmonies of #E0D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D065

Black with #E0D065

Text Example


Text Example

White with #E0D065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D065; }

 p { color: rgb(224,208,101); }

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

background-color css

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

 a { background-color: rgb(224,208,101); }

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

border-color css

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

 span { border-color: rgb(224,208,101); }

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