Html Css Color HEX #E2C062 Chenin

📋 copy color: '#E2C062'

red 226 ◦ green 192 ◦ blue 98

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

Shades of Chenin #E2C062

Tints of Chenin #E2C062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.99%

R = 43.8%
G = 37.21%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E2C062 (or 0xE2C062) is known color: Chenin. HEX triplet: E2, C0 and 62. RGB value is (226,192,98). Sum of RGB (Red+Green+Blue) = 226+192+98=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C062 is #1D3F9D. Grayscale: #BFBFBF. Windows color (decimal): -1916830 or 6471906. OLE color: 6471906.

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

Color convert

RGB 226 192 98 -
CMYK 0 0.15 0.57 0.11
HSL 44.06º 0.69% 0.64% -
HSV(B) 44.06º 0.57% 0.89% -
XYZ 52.42 54.75 19.36 -
YUV 191.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 226 192 98 0 0.15 0.57 0.11 44.06 0.69 0.64
Hex E2 C0 62 0 F 39 B 2C 45 40
Octal 342 300 142 0 17 71 13 54 105 100
Binary 11100010 11000000 1100010 0 1111 111001 1011 101100 1000101 1000000

Color Harmonies of #E2C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C062

Black with #E2C062

Text Example


Text Example

White with #E2C062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C062; }

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

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

background-color css

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

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

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

border-color css

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

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

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