Html Css Color HEX #E2C065 Chenin

📋 copy color: '#E2C065'

red 226 ◦ green 192 ◦ blue 101

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

Shades of Chenin #E2C065

Tints of Chenin #E2C065

RGB

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

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

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

R = 43.55%
G = 36.99%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E2C065 (or 0xE2C065) is known color: Chenin. HEX triplet: E2, C0 and 65. RGB value is (226,192,101). Sum of RGB (Red+Green+Blue) = 226+192+101=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C065 is #1D3F9A. Grayscale: #C0C0C0. Windows color (decimal): -1916827 or 6668514. OLE color: 6668514.

HSL color Cylindrical-coordinate representation of color #E2C065: hue angle of 43.68º 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 #E2C065 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 192 101 -
CMYK 0 0.15 0.55 0.11
HSL 43.68º 0.68% 0.64% -
HSV(B) 43.68º 0.55% 0.89% -
XYZ 52.56 54.81 20.12 -
YUV 191.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 226 192 101 0 0.15 0.55 0.11 43.68 0.68 0.64
Hex E2 C0 65 0 F 37 B 2C 44 40
Octal 342 300 145 0 17 67 13 54 104 100
Binary 11100010 11000000 1100101 0 1111 110111 1011 101100 1000100 1000000

Color Harmonies of #E2C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C065

Black with #E2C065

Text Example


Text Example

White with #E2C065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C065; }

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

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

background-color css

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

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

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

border-color css

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

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

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