#EBE08F

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

Shades of Primrose #EBE08F

Tints of Primrose #EBE08F

Color information

#EBE08F (or 0xEBE08F) is unknown color: approx Primrose. HEX triplet: EB, E0 and 8F. RGB value is (235,224,143). Sum of RGB (Red+Green+Blue) = 235+224+143=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 143 (56.25% from 255 or 23.75% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE08F is #141F70. Grayscale: #DADADA. Windows color (decimal): -1318769 or 9429227. OLE color: 9429227.

HSL color Cylindrical-coordinate representation of color #EBE08F: hue angle of 52.83º degrees, saturation: 0.7, 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 #EBE08F is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB235224143-
CMYK00.050.390.08
HSL52.83º69.7%74.12%-
HSV(B)52.83º39.15%92.16%-
XYZ65.8772.9636.6-
YUV218.0585.64140.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 143 (56.25% from 255) = 23.75%
R=39.04%
G=37.21%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522414300.050.390.0852.8369.774.12
HexEBE08F0527835464a
Octal35334021705471065106112
Binary1110101111100000100011110101100111100011010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE08F; }

 p { color: rgb(235,224,143); }

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

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

 a { background-color: rgb(235,224,143); }

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

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

 span { border-color: rgb(235,224,143); }

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