Html Css Color HEX #EBE199 Primrose

📋 copy color: '#EBE199'

red 235 ◦ green 225 ◦ blue 153

#EBE199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #EBE199

Tints of Primrose #EBE199

RGB

 RED value IS 235 (92.19% from 255) = 38.34%

 GREEN value IS 225 (88.28% from 255) = 36.7%

 BLUE value IS 153 (60.16% from 255) = 24.96%

R = 38.34%
G = 36.7%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBE199 (or 0xEBE199) is known color: Primrose. HEX triplet: EB, E1 and 99. RGB value is (235,225,153). Sum of RGB (Red+Green+Blue) = 235+225+153=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 153 (60.16% from 255 or 24.96% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE199 is #141E66. Grayscale: #DCDCDC. Windows color (decimal): -1318503 or 10084843. OLE color: 10084843.

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

Color convert

RGB 235 225 153 -
CMYK 0 0.04 0.35 0.08
HSL 52.68º 0.67% 0.76% -
HSV(B) 52.68º 0.35% 0.92% -
XYZ 66.94 73.81 40.86 -
YUV 219.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 235 225 153 0 0.04 0.35 0.08 52.68 0.67 0.76
Hex EB E1 99 0 4 23 8 35 43 4C
Octal 353 341 231 0 4 43 10 65 103 114
Binary 11101011 11100001 10011001 0 100 100011 1000 110101 1000011 1001100

Color Harmonies of #EBE199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE199

Black with #EBE199

Text Example


Text Example

White with #EBE199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE199; }

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

 H1.HeaderClassName
 {
   color: #EBE199;
 }
 .AnyTagClassName
 {
   color: #EBE199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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