Html Css Color HEX #EAC672 Chenin

📋 copy color: '#EAC672'

red 234 ◦ green 198 ◦ blue 114

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

Shades of Chenin #EAC672

Tints of Chenin #EAC672

RGB

 RED value IS 234 (91.8% from 255) = 42.86%

 GREEN value IS 198 (77.73% from 255) = 36.26%

 BLUE value IS 114 (44.92% from 255) = 20.88%

R = 42.86%
G = 36.26%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAC672 (or 0xEAC672) is known color: Chenin. HEX triplet: EA, C6 and 72. RGB value is (234,198,114). Sum of RGB (Red+Green+Blue) = 234+198+114=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC672 is #15398D. Grayscale: #C7C7C7. Windows color (decimal): -1390990 or 7522026. OLE color: 7522026.

HSL color Cylindrical-coordinate representation of color #EAC672: hue angle of 42º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAC672 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 198 114 -
CMYK 0 0.15 0.51 0.08
HSL 42º 0.74% 0.68% -
HSV(B) 42º 0.51% 0.92% -
XYZ 57.16 59.1 24.31 -
YUV 199.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 234 198 114 0 0.15 0.51 0.08 42 0.74 0.68
Hex EA C6 72 0 F 33 8 2A 4A 44
Octal 352 306 162 0 17 63 10 52 112 104
Binary 11101010 11000110 1110010 0 1111 110011 1000 101010 1001010 1000100

Color Harmonies of #EAC672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC672

Black with #EAC672

Text Example


Text Example

White with #EAC672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC672; }

 p { color: rgb(234,198,114); }

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

background-color css

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

 a { background-color: rgb(234,198,114); }

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

border-color css

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

 span { border-color: rgb(234,198,114); }

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