Html Css Color HEX #E1CF5E Golden Sand

📋 copy color: '#E1CF5E'

red 225 ◦ green 207 ◦ blue 94

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

Shades of Golden Sand #E1CF5E

Tints of Golden Sand #E1CF5E

RGB

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

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

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

R = 42.78%
G = 39.35%
B = 17.87%

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

#E1CF5E (or 0xE1CF5E) is known color: Golden Sand. HEX triplet: E1, CF and 5E. RGB value is (225,207,94). Sum of RGB (Red+Green+Blue) = 225+207+94=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF5E is #1E30A1. Grayscale: #C7C7C7. Windows color (decimal): -1978530 or 6213601. OLE color: 6213601.

HSL color Cylindrical-coordinate representation of color #E1CF5E: hue angle of 51.76º degrees, saturation: 0.69, 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 #E1CF5E is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 207 94 -
CMYK 0 0.08 0.58 0.12
HSL 51.76º 0.69% 0.63% -
HSV(B) 51.76º 0.58% 0.88% -
XYZ 55.38 61.44 19.53 -
YUV 199.5 68.46 146.19 -
System Red Green Blue C M Y K H S L
Decimal 225 207 94 0 0.08 0.58 0.12 51.76 0.69 0.63
Hex E1 CF 5E 0 8 3A C 34 45 3F
Octal 341 317 136 0 10 72 14 64 105 77
Binary 11100001 11001111 1011110 0 1000 111010 1100 110100 1000101 111111

Color Harmonies of #E1CF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF5E

Black with #E1CF5E

Text Example


Text Example

White with #E1CF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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