Html Css Color HEX #E4D05E Golden Sand

📋 copy color: '#E4D05E'

red 228 ◦ green 208 ◦ blue 94

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

Shades of Golden Sand #E4D05E

Tints of Golden Sand #E4D05E

RGB

 RED value IS 228 (89.45% from 255) = 43.02%

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

 BLUE value IS 94 (37.11% from 255) = 17.74%

R = 43.02%
G = 39.25%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E4D05E (or 0xE4D05E) is known color: Golden Sand. HEX triplet: E4, D0 and 5E. RGB value is (228,208,94). Sum of RGB (Red+Green+Blue) = 228+208+94=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D05E is #1B2FA1. Grayscale: #C9C9C9. Windows color (decimal): -1781666 or 6213860. OLE color: 6213860.

HSL color Cylindrical-coordinate representation of color #E4D05E: hue angle of 51.04º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E4D05E is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 208 94 -
CMYK 0 0.09 0.59 0.11
HSL 51.04º 0.71% 0.63% -
HSV(B) 51.04º 0.59% 0.89% -
XYZ 56.57 62.41 19.66 -
YUV 200.98 67.63 147.27 -
System Red Green Blue C M Y K H S L
Decimal 228 208 94 0 0.09 0.59 0.11 51.04 0.71 0.63
Hex E4 D0 5E 0 9 3B B 33 47 3F
Octal 344 320 136 0 11 73 13 63 107 77
Binary 11100100 11010000 1011110 0 1001 111011 1011 110011 1000111 111111

Color Harmonies of #E4D05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D05E

Black with #E4D05E

Text Example


Text Example

White with #E4D05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D05E; }

 p { color: rgb(228,208,94); }

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

background-color css

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

 a { background-color: rgb(228,208,94); }

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

border-color css

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

 span { border-color: rgb(228,208,94); }

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