#EBDE94

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

Shades of Primrose #EBDE94

Tints of Primrose #EBDE94

Color information

#EBDE94 (or 0xEBDE94) is unknown color: approx Primrose. HEX triplet: EB, DE and 94. RGB value is (235,222,148). Sum of RGB (Red+Green+Blue) = 235+222+148=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDE94 is #14216B. Grayscale: #D9D9D9. Windows color (decimal): -1319276 or 9756395. OLE color: 9756395.

HSL color Cylindrical-coordinate representation of color #EBDE94: hue angle of 51.03º degrees, saturation: 0.69, 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 #EBDE94 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235222148-
CMYK00.060.370.08
HSL51.03º68.5%75.1%-
HSV(B)51.03º37.02%92.16%-
XYZ65.7372.0438.46-
YUV217.4588.81140.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 148 (58.20% from 255) = 24.46%
R=38.84%
G=36.69%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522214800.060.370.0851.0368.575.1
HexEBDE940625833454b
Octal35333622406451063105113
Binary1110101111011110100101000110100101100011001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE94; }

 p { color: rgb(235,222,148); }

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

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

 a { background-color: rgb(235,222,148); }

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

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

 span { border-color: rgb(235,222,148); }

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