Html Css Color HEX #E1CF5F Golden Sand

📋 copy color: '#E1CF5F'

red 225 ◦ green 207 ◦ blue 95

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

Shades of Golden Sand #E1CF5F

Tints of Golden Sand #E1CF5F

RGB

 RED value IS 225 (88.28% from 255) = 42.69%

 GREEN value IS 207 (81.25% from 255) = 39.28%

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

R = 42.69%
G = 39.28%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1CF5F (or 0xE1CF5F) is known color: Golden Sand. HEX triplet: E1, CF and 5F. RGB value is (225,207,95). Sum of RGB (Red+Green+Blue) = 225+207+95=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF5F is #1E30A0. Grayscale: #C8C8C8. Windows color (decimal): -1978529 or 6279137. OLE color: 6279137.

HSL color Cylindrical-coordinate representation of color #E1CF5F: hue angle of 51.69º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1CF5F is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 207 95 -
CMYK 0 0.08 0.58 0.12
HSL 51.69º 0.68% 0.63% -
HSV(B) 51.69º 0.58% 0.88% -
XYZ 55.43 61.46 19.77 -
YUV 199.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 225 207 95 0 0.08 0.58 0.12 51.69 0.68 0.63
Hex E1 CF 5F 0 8 3A C 34 44 3F
Octal 341 317 137 0 10 72 14 64 104 77
Binary 11100001 11001111 1011111 0 1000 111010 1100 110100 1000100 111111

Color Harmonies of #E1CF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF5F

Black with #E1CF5F

Text Example


Text Example

White with #E1CF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF5F; }

 p { color: rgb(225,207,95); }

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

background-color css

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

 a { background-color: rgb(225,207,95); }

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

border-color css

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

 span { border-color: rgb(225,207,95); }

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