Html Css Color HEX #E1C260 Chenin

📋 copy color: '#E1C260'

red 225 ◦ green 194 ◦ blue 96

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

Shades of Chenin #E1C260

Tints of Chenin #E1C260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.67%

 BLUE value IS 96 (37.89% from 255) = 18.64%

R = 43.69%
G = 37.67%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E1C260 (or 0xE1C260) is known color: Chenin. HEX triplet: E1, C2 and 60. RGB value is (225,194,96). Sum of RGB (Red+Green+Blue) = 225+194+96=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C260 is #1E3D9F. Grayscale: #C0C0C0. Windows color (decimal): -1981856 or 6341345. OLE color: 6341345.

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

Color convert

RGB 225 194 96 -
CMYK 0 0.14 0.57 0.12
HSL 45.58º 0.68% 0.63% -
HSV(B) 45.58º 0.57% 0.88% -
XYZ 52.45 55.44 19 -
YUV 192.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 225 194 96 0 0.14 0.57 0.12 45.58 0.68 0.63
Hex E1 C2 60 0 E 39 C 2E 44 3F
Octal 341 302 140 0 16 71 14 56 104 77
Binary 11100001 11000010 1100000 0 1110 111001 1100 101110 1000100 111111

Color Harmonies of #E1C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C260

Black with #E1C260

Text Example


Text Example

White with #E1C260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C260; }

 p { color: rgb(225,194,96); }

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

background-color css

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

 a { background-color: rgb(225,194,96); }

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

border-color css

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

 span { border-color: rgb(225,194,96); }

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