#EAE297

Color #EAE297 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #EAE297

Tints of Primrose #EAE297

Color information

#EAE297 (or 0xEAE297) is unknown color: approx Primrose. HEX triplet: EA, E2 and 97. RGB value is (234,226,151). Sum of RGB (Red+Green+Blue) = 234+226+151=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 151 (59.38% from 255 or 24.71% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE297 is #151D68. Grayscale: #DCDCDC. Windows color (decimal): -1383785 or 9954026. OLE color: 9954026.

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

Color convert

RGB234226151-
CMYK00.030.350.08
HSL54.22º66.4%75.49%-
HSV(B)54.22º35.47%91.76%-
XYZ66.7174.1240.07-
YUV219.8489.15138.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 226 (88.67% from 255) = 36.99%
BLUE value IS 151 (59.38% from 255) = 24.71%
R=38.30%
G=36.99%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422615100.030.350.0854.2266.475.49
HexEAE2970323836424b
Octal35234222703431066102113
Binary111010101110001010010111011100011100011011010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE297; }

 p { color: rgb(234,226,151); }

 H1.HeaderClassName
 {
   color: #EAE297;
 }
 .AnyTagClassName
 {
   color: #EAE297;
 }
</style>
background-color css

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

 a { background-color: rgb(234,226,151); }

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

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

 span { border-color: rgb(234,226,151); }

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