Html Css Color HEX #E3CD5F Golden Sand

📋 copy color: '#E3CD5F'

red 227 ◦ green 205 ◦ blue 95

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

Shades of Golden Sand #E3CD5F

Tints of Golden Sand #E3CD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.03%

R = 43.07%
G = 38.9%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E3CD5F (or 0xE3CD5F) is known color: Golden Sand. HEX triplet: E3, CD and 5F. RGB value is (227,205,95). Sum of RGB (Red+Green+Blue) = 227+205+95=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CD5F is #1C32A0. Grayscale: #C7C7C7. Windows color (decimal): -1847969 or 6278627. OLE color: 6278627.

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

Color convert

RGB 227 205 95 -
CMYK 0 0.10 0.58 0.11
HSL 50º 0.7% 0.63% -
HSV(B) 50º 0.58% 0.89% -
XYZ 55.58 60.82 19.64 -
YUV 199.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 227 205 95 0 0.10 0.58 0.11 50 0.7 0.63
Hex E3 CD 5F 0 A 3A B 32 46 3F
Octal 343 315 137 0 12 72 13 62 106 77
Binary 11100011 11001101 1011111 0 1010 111010 1011 110010 1000110 111111

Color Harmonies of #E3CD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CD5F

Black with #E3CD5F

Text Example


Text Example

White with #E3CD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CD5F; }

 p { color: rgb(227,205,95); }

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

background-color css

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

 a { background-color: rgb(227,205,95); }

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

border-color css

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

 span { border-color: rgb(227,205,95); }

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