Html Css Color HEX #E1C074 Chenin

📋 copy color: '#E1C074'

red 225 ◦ green 192 ◦ blue 116

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

Shades of Chenin #E1C074

Tints of Chenin #E1C074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.02%

 BLUE value IS 116 (45.7% from 255) = 21.76%

R = 42.21%
G = 36.02%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E1C074 (or 0xE1C074) is known color: Chenin. HEX triplet: E1, C0 and 74. RGB value is (225,192,116). Sum of RGB (Red+Green+Blue) = 225+192+116=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C074 is #1E3F8B. Grayscale: #C1C1C1. Windows color (decimal): -1982348 or 7651553. OLE color: 7651553.

HSL color Cylindrical-coordinate representation of color #E1C074: hue angle of 41.83º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1C074 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 192 116 -
CMYK 0 0.15 0.48 0.12
HSL 41.83º 0.64% 0.67% -
HSV(B) 41.83º 0.48% 0.88% -
XYZ 53.05 54.97 24.34 -
YUV 193.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 225 192 116 0 0.15 0.48 0.12 41.83 0.64 0.67
Hex E1 C0 74 0 F 30 C 2A 40 43
Octal 341 300 164 0 17 60 14 52 100 103
Binary 11100001 11000000 1110100 0 1111 110000 1100 101010 1000000 1000011

Color Harmonies of #E1C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C074

Black with #E1C074

Text Example


Text Example

White with #E1C074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C074; }

 p { color: rgb(225,192,116); }

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

background-color css

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

 a { background-color: rgb(225,192,116); }

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

border-color css

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

 span { border-color: rgb(225,192,116); }

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