#E8DF92

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

Shades of Primrose #E8DF92

Tints of Primrose #E8DF92

Color information

#E8DF92 (or 0xE8DF92) is unknown color: approx Primrose. HEX triplet: E8, DF and 92. RGB value is (232,223,146). Sum of RGB (Red+Green+Blue) = 232+223+146=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DF92 is #17206D. Grayscale: #D9D9D9. Windows color (decimal): -1515630 or 9625576. OLE color: 9625576.

HSL color Cylindrical-coordinate representation of color #E8DF92: hue angle of 53.72º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E8DF92 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB232223146-
CMYK00.040.370.09
HSL53.72º65.15%74.12%-
HSV(B)53.72º37.07%90.98%-
XYZ64.8572.0137.67-
YUV216.9187.98138.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.60%
GREEN value IS 223 (87.5% from 255) = 37.10%
BLUE value IS 146 (57.42% from 255) = 24.29%
R=38.60%
G=37.10%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222314600.040.370.0953.7265.1574.12
HexE8DF920425936414a
Octal35033722204451166101112
Binary1110100011011111100100100100100101100111011010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DF92; }

 p { color: rgb(232,223,146); }

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

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

 a { background-color: rgb(232,223,146); }

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

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

 span { border-color: rgb(232,223,146); }

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