Html Css Color HEX #E7C370 Chenin

📋 copy color: '#E7C370'

red 231 ◦ green 195 ◦ blue 112

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

Shades of Chenin #E7C370

Tints of Chenin #E7C370

RGB

 RED value IS 231 (90.63% from 255) = 42.94%

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

 BLUE value IS 112 (44.14% from 255) = 20.82%

R = 42.94%
G = 36.25%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7C370 (or 0xE7C370) is known color: Chenin. HEX triplet: E7, C3 and 70. RGB value is (231,195,112). Sum of RGB (Red+Green+Blue) = 231+195+112=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C370 is #183C8F. Grayscale: #C4C4C4. Windows color (decimal): -1588368 or 7390183. OLE color: 7390183.

HSL color Cylindrical-coordinate representation of color #E7C370: hue angle of 41.85º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7C370 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 195 112 -
CMYK 0 0.16 0.52 0.09
HSL 41.85º 0.71% 0.67% -
HSV(B) 41.85º 0.52% 0.91% -
XYZ 55.39 57.19 23.45 -
YUV 196.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 231 195 112 0 0.16 0.52 0.09 41.85 0.71 0.67
Hex E7 C3 70 0 10 34 9 2A 47 43
Octal 347 303 160 0 20 64 11 52 107 103
Binary 11100111 11000011 1110000 0 10000 110100 1001 101010 1000111 1000011

Color Harmonies of #E7C370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C370

Black with #E7C370

Text Example


Text Example

White with #E7C370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C370; }

 p { color: rgb(231,195,112); }

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

background-color css

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

 a { background-color: rgb(231,195,112); }

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

border-color css

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

 span { border-color: rgb(231,195,112); }

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