#EAE28F

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

Shades of Primrose #EAE28F

Tints of Primrose #EAE28F

Color information

#EAE28F (or 0xEAE28F) is unknown color: approx Primrose. HEX triplet: EA, E2 and 8F. RGB value is (234,226,143). Sum of RGB (Red+Green+Blue) = 234+226+143=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 143 (56.25% from 255 or 23.71% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE28F is #151D70. Grayscale: #DBDBDB. Windows color (decimal): -1383793 or 9429738. OLE color: 9429738.

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

Color convert

RGB234226143-
CMYK00.030.390.08
HSL54.73º68.42%73.92%-
HSV(B)54.73º38.89%91.76%-
XYZ66.0973.8736.76-
YUV218.9385.15138.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 226 (88.67% from 255) = 37.48%
BLUE value IS 143 (56.25% from 255) = 23.71%
R=38.81%
G=37.48%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422614300.030.390.0854.7368.4273.92
HexEAE28F0327837444a
Octal35234221703471067104112
Binary111010101110001010001111011100111100011011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE28F; }

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

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

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

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

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

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

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

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