#EAE392

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

Shades of Primrose #EAE392

Tints of Primrose #EAE392

Color information

#EAE392 (or 0xEAE392) is unknown color: approx Primrose. HEX triplet: EA, E3 and 92. RGB value is (234,227,146). Sum of RGB (Red+Green+Blue) = 234+227+146=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 146 (57.42% from 255 or 24.05% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE392 is #151C6D. Grayscale: #DCDCDC. Windows color (decimal): -1383534 or 9626602. OLE color: 9626602.

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

Color convert

RGB234227146-
CMYK00.030.380.08
HSL55.23º67.69%74.51%-
HSV(B)55.23º37.61%91.76%-
XYZ66.5974.5138.07-
YUV219.8686.32138.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 227 (89.06% from 255) = 37.40%
BLUE value IS 146 (57.42% from 255) = 24.05%
R=38.55%
G=37.40%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422714600.030.380.0855.2367.6974.51
HexEAE3920326837444b
Octal35234322203461067104113
Binary111010101110001110010010011100110100011011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE392; }

 p { color: rgb(234,227,146); }

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

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

 a { background-color: rgb(234,227,146); }

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

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

 span { border-color: rgb(234,227,146); }

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