Html Css Color HEX #E3D069 Golden Sand

📋 copy color: '#E3D069'

red 227 ◦ green 208 ◦ blue 105

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

Shades of Golden Sand #E3D069

Tints of Golden Sand #E3D069

RGB

 RED value IS 227 (89.06% from 255) = 42.04%

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

 BLUE value IS 105 (41.41% from 255) = 19.44%

R = 42.04%
G = 38.52%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E3D069 (or 0xE3D069) is known color: Golden Sand. HEX triplet: E3, D0 and 69. RGB value is (227,208,105). Sum of RGB (Red+Green+Blue) = 227+208+105=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D069 is #1C2F96. Grayscale: #CACACA. Windows color (decimal): -1847191 or 6934755. OLE color: 6934755.

HSL color Cylindrical-coordinate representation of color #E3D069: hue angle of 50.66º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E3D069 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 208 105 -
CMYK 0 0.08 0.54 0.11
HSL 50.66º 0.69% 0.65% -
HSV(B) 50.66º 0.54% 0.89% -
XYZ 56.78 62.46 22.43 -
YUV 201.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 227 208 105 0 0.08 0.54 0.11 50.66 0.69 0.65
Hex E3 D0 69 0 8 36 B 33 45 41
Octal 343 320 151 0 10 66 13 63 105 101
Binary 11100011 11010000 1101001 0 1000 110110 1011 110011 1000101 1000001

Color Harmonies of #E3D069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D069

Black with #E3D069

Text Example


Text Example

White with #E3D069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D069; }

 p { color: rgb(227,208,105); }

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

background-color css

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

 a { background-color: rgb(227,208,105); }

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

border-color css

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

 span { border-color: rgb(227,208,105); }

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