Html Css Color HEX #E0C364 Chenin

📋 copy color: '#E0C364'

red 224 ◦ green 195 ◦ blue 100

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

Shades of Chenin #E0C364

Tints of Chenin #E0C364

RGB

 RED value IS 224 (87.89% from 255) = 43.16%

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

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

R = 43.16%
G = 37.57%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E0C364 (or 0xE0C364) is known color: Chenin. HEX triplet: E0, C3 and 64. RGB value is (224,195,100). Sum of RGB (Red+Green+Blue) = 224+195+100=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C364 is #1F3C9B. Grayscale: #C1C1C1. Windows color (decimal): -2047132 or 6603744. OLE color: 6603744.

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

Color convert

RGB 224 195 100 -
CMYK 0 0.13 0.55 0.12
HSL 45.97º 0.67% 0.64% -
HSV(B) 45.97º 0.55% 0.88% -
XYZ 52.56 55.8 20.06 -
YUV 192.84 75.61 150.22 -
System Red Green Blue C M Y K H S L
Decimal 224 195 100 0 0.13 0.55 0.12 45.97 0.67 0.64
Hex E0 C3 64 0 D 37 C 2E 43 40
Octal 340 303 144 0 15 67 14 56 103 100
Binary 11100000 11000011 1100100 0 1101 110111 1100 101110 1000011 1000000

Color Harmonies of #E0C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C364

Black with #E0C364

Text Example


Text Example

White with #E0C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C364; }

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

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

background-color css

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

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

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

border-color css

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

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

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