#EAE293

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

Shades of Primrose #EAE293

Tints of Primrose #EAE293

Color information

#EAE293 (or 0xEAE293) is unknown color: approx Primrose. HEX triplet: EA, E2 and 93. RGB value is (234,226,147). Sum of RGB (Red+Green+Blue) = 234+226+147=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE293 is #151D6C. Grayscale: #DBDBDB. Windows color (decimal): -1383789 or 9691882. OLE color: 9691882.

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

Color convert

RGB234226147-
CMYK00.030.370.08
HSL54.48º67.44%74.71%-
HSV(B)54.48º37.18%91.76%-
XYZ66.3973.9938.39-
YUV219.3987.15138.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 226 (88.67% from 255) = 37.23%
BLUE value IS 147 (57.81% from 255) = 24.22%
R=38.55%
G=37.23%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422614700.030.370.0854.4867.4474.71
HexEAE2930325836434b
Octal35234222303451066103113
Binary111010101110001010010011011100101100011011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE293; }

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

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

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

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

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

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

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

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