Html Css Color HEX #E2C365 Chenin

📋 copy color: '#E2C365'

red 226 ◦ green 195 ◦ blue 101

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

Shades of Chenin #E2C365

Tints of Chenin #E2C365

RGB

 RED value IS 226 (88.67% from 255) = 43.3%

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

 BLUE value IS 101 (39.84% from 255) = 19.35%

R = 43.3%
G = 37.36%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E2C365 (or 0xE2C365) is known color: Chenin. HEX triplet: E2, C3 and 65. RGB value is (226,195,101). Sum of RGB (Red+Green+Blue) = 226+195+101=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C365 is #1D3C9A. Grayscale: #C1C1C1. Windows color (decimal): -1916059 or 6669282. OLE color: 6669282.

HSL color Cylindrical-coordinate representation of color #E2C365: hue angle of 45.12º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2C365 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 195 101 -
CMYK 0 0.14 0.55 0.11
HSL 45.12º 0.68% 0.64% -
HSV(B) 45.12º 0.55% 0.89% -
XYZ 53.23 56.14 20.34 -
YUV 193.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 226 195 101 0 0.14 0.55 0.11 45.12 0.68 0.64
Hex E2 C3 65 0 E 37 B 2D 44 40
Octal 342 303 145 0 16 67 13 55 104 100
Binary 11100010 11000011 1100101 0 1110 110111 1011 101101 1000100 1000000

Color Harmonies of #E2C365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C365

Black with #E2C365

Text Example


Text Example

White with #E2C365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C365; }

 p { color: rgb(226,195,101); }

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

background-color css

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

 a { background-color: rgb(226,195,101); }

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

border-color css

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

 span { border-color: rgb(226,195,101); }

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