Html Css Color HEX #EAE199 Primrose

📋 copy color: '#EAE199'

red 234 ◦ green 225 ◦ blue 153

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

Shades of Primrose #EAE199

Tints of Primrose #EAE199

RGB

 RED value IS 234 (91.8% from 255) = 38.24%

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

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

R = 38.24%
G = 36.76%
B = 25%

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

#EAE199 (or 0xEAE199) is known color: Primrose. HEX triplet: EA, E1 and 99. RGB value is (234,225,153). Sum of RGB (Red+Green+Blue) = 234+225+153=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE199 is #151E66. Grayscale: #DBDBDB. Windows color (decimal): -1384039 or 10084842. OLE color: 10084842.

HSL color Cylindrical-coordinate representation of color #EAE199: hue angle of 53.33º degrees, saturation: 0.66, 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 #EAE199 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 225 153 -
CMYK 0 0.04 0.35 0.08
HSL 53.33º 0.66% 0.76% -
HSV(B) 53.33º 0.35% 0.92% -
XYZ 66.61 73.64 40.84 -
YUV 219.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 234 225 153 0 0.04 0.35 0.08 53.33 0.66 0.76
Hex EA E1 99 0 4 23 8 35 42 4C
Octal 352 341 231 0 4 43 10 65 102 114
Binary 11101010 11100001 10011001 0 100 100011 1000 110101 1000010 1001100

Color Harmonies of #EAE199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE199

Black with #EAE199

Text Example


Text Example

White with #EAE199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE199; }

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

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

background-color css

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

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

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

border-color css

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

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

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