Html Css Color HEX #EAC298 New Tan

📋 copy color: '#EAC298'

red 234 ◦ green 194 ◦ blue 152

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

Shades of New Tan #EAC298

Tints of New Tan #EAC298

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.45%

 BLUE value IS 152 (59.77% from 255) = 26.21%

R = 40.34%
G = 33.45%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAC298 (or 0xEAC298) is known color: New Tan. HEX triplet: EA, C2 and 98. RGB value is (234,194,152). Sum of RGB (Red+Green+Blue) = 234+194+152=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC298 is #153D67. Grayscale: #C9C9C9. Windows color (decimal): -1391976 or 10011370. OLE color: 10011370.

HSL color Cylindrical-coordinate representation of color #EAC298: hue angle of 30.73º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAC298 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 194 152 -
CMYK 0 0.17 0.35 0.08
HSL 30.73º 0.66% 0.76% -
HSV(B) 30.73º 0.35% 0.92% -
XYZ 58.89 58.34 37.86 -
YUV 201.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 234 194 152 0 0.17 0.35 0.08 30.73 0.66 0.76
Hex EA C2 98 0 11 23 8 1F 42 4C
Octal 352 302 230 0 21 43 10 37 102 114
Binary 11101010 11000010 10011000 0 10001 100011 1000 11111 1000010 1001100

Color Harmonies of #EAC298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC298

Black with #EAC298

Text Example


Text Example

White with #EAC298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC298; }

 p { color: rgb(234,194,152); }

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

background-color css

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

 a { background-color: rgb(234,194,152); }

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

border-color css

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

 span { border-color: rgb(234,194,152); }

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