#EBE19A

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

Shades of Primrose #EBE19A

Tints of Primrose #EBE19A

Color information

#EBE19A (or 0xEBE19A) is unknown color: approx Primrose. HEX triplet: EB, E1 and 9A. RGB value is (235,225,154). Sum of RGB (Red+Green+Blue) = 235+225+154=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE19A is #141E65. Grayscale: #DCDCDC. Windows color (decimal): -1318502 or 10150379. OLE color: 10150379.

HSL color Cylindrical-coordinate representation of color #EBE19A: hue angle of 52.59º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBE19A is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235225154-
CMYK00.040.340.08
HSL52.59º66.94%76.27%-
HSV(B)52.59º34.47%92.16%-
XYZ67.0273.8541.29-
YUV219.990.81138.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 154 (60.55% from 255) = 25.08%
R=38.27%
G=36.64%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522515400.040.340.0852.5966.9476.27
HexEBE19A0422835434c
Octal35334123204421065103114
Binary1110101111100001100110100100100010100011010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE19A; }

 p { color: rgb(235,225,154); }

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

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

 a { background-color: rgb(235,225,154); }

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

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

 span { border-color: rgb(235,225,154); }

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