Html Css Color HEX #E5CD6F Golden Sand

📋 copy color: '#E5CD6F'

red 229 ◦ green 205 ◦ blue 111

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

Shades of Golden Sand #E5CD6F

Tints of Golden Sand #E5CD6F

RGB

 RED value IS 229 (89.84% from 255) = 42.02%

 GREEN value IS 205 (80.47% from 255) = 37.61%

 BLUE value IS 111 (43.75% from 255) = 20.37%

R = 42.02%
G = 37.61%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5CD6F (or 0xE5CD6F) is known color: Golden Sand. HEX triplet: E5, CD and 6F. RGB value is (229,205,111). Sum of RGB (Red+Green+Blue) = 229+205+111=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CD6F is #1A3290. Grayscale: #C9C9C9. Windows color (decimal): -1716881 or 7327205. OLE color: 7327205.

HSL color Cylindrical-coordinate representation of color #E5CD6F: hue angle of 47.8º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5CD6F is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 205 111 -
CMYK 0 0.10 0.52 0.10
HSL 47.8º 0.69% 0.67% -
HSV(B) 47.8º 0.52% 0.9% -
XYZ 57.01 61.47 23.9 -
YUV 201.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 229 205 111 0 0.10 0.52 0.10 47.8 0.69 0.67
Hex E5 CD 6F 0 A 34 A 30 45 43
Octal 345 315 157 0 12 64 12 60 105 103
Binary 11100101 11001101 1101111 0 1010 110100 1010 110000 1000101 1000011

Color Harmonies of #E5CD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CD6F

Black with #E5CD6F

Text Example


Text Example

White with #E5CD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CD6F; }

 p { color: rgb(229,205,111); }

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

background-color css

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

 a { background-color: rgb(229,205,111); }

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

border-color css

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

 span { border-color: rgb(229,205,111); }

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