Html Css Color HEX #E1C364 Chenin

📋 copy color: '#E1C364'

red 225 ◦ green 195 ◦ blue 100

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

Shades of Chenin #E1C364

Tints of Chenin #E1C364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.5%

 BLUE value IS 100 (39.45% from 255) = 19.23%

R = 43.27%
G = 37.5%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1C364 (or 0xE1C364) is known color: Chenin. HEX triplet: E1, C3 and 64. RGB value is (225,195,100). Sum of RGB (Red+Green+Blue) = 225+195+100=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C364 is #1E3C9B. Grayscale: #C1C1C1. Windows color (decimal): -1981596 or 6603745. OLE color: 6603745.

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

Color convert

RGB 225 195 100 -
CMYK 0 0.13 0.56 0.12
HSL 45.6º 0.68% 0.64% -
HSV(B) 45.6º 0.56% 0.88% -
XYZ 52.87 55.96 20.07 -
YUV 193.14 75.44 150.72 -
System Red Green Blue C M Y K H S L
Decimal 225 195 100 0 0.13 0.56 0.12 45.6 0.68 0.64
Hex E1 C3 64 0 D 38 C 2E 44 40
Octal 341 303 144 0 15 70 14 56 104 100
Binary 11100001 11000011 1100100 0 1101 111000 1100 101110 1000100 1000000

Color Harmonies of #E1C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C364

Black with #E1C364

Text Example


Text Example

White with #E1C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C364; }

 p { color: rgb(225,195,100); }

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

background-color css

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

 a { background-color: rgb(225,195,100); }

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

border-color css

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

 span { border-color: rgb(225,195,100); }

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