#E0E283

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

Shades of Primrose #E0E283

Tints of Primrose #E0E283

Color information

#E0E283 (or 0xE0E283) is unknown color: approx Primrose. HEX triplet: E0, E2 and 83. RGB value is (224,226,131). Sum of RGB (Red+Green+Blue) = 224+226+131=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 131 (51.56% from 255 or 22.55% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E283 is #1F1D7C. Grayscale: #D6D6D6. Windows color (decimal): -2039165 or 8643296. OLE color: 8643296.

HSL color Cylindrical-coordinate representation of color #E0E283: hue angle of 61.26º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0E283 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB224226131-
CMYK0.0100.420.11
HSL61.26º62.09%70%-
HSV(B)61.26º42.04%88.63%-
XYZ62.0371.8832.08-
YUV214.5780.84134.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 226 (88.67% from 255) = 38.90%
BLUE value IS 131 (51.56% from 255) = 22.55%
R=38.55%
G=38.90%
B=22.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242261310.0100.420.1161.2662.0970
HexE0E283102AB3d3e46
Octal3403422031052137576106
Binary1110000011100010100000111010101010111111011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E283; }

 p { color: rgb(224,226,131); }

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

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

 a { background-color: rgb(224,226,131); }

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

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

 span { border-color: rgb(224,226,131); }

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