Html Css Color HEX #EAE299 Primrose

📋 copy color: '#EAE299'

red 234 ◦ green 226 ◦ blue 153

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

Shades of Primrose #EAE299

Tints of Primrose #EAE299

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.87%

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

R = 38.17%
G = 36.87%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAE299 (or 0xEAE299) is known color: Primrose. HEX triplet: EA, E2 and 99. RGB value is (234,226,153). Sum of RGB (Red+Green+Blue) = 234+226+153=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 153 (60.16% from 255 or 24.96% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE299 is #151D66. Grayscale: #DCDCDC. Windows color (decimal): -1383783 or 10085098. OLE color: 10085098.

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

Color convert

RGB 234 226 153 -
CMYK 0 0.03 0.35 0.08
HSL 54.07º 0.66% 0.76% -
HSV(B) 54.07º 0.35% 0.92% -
XYZ 66.88 74.19 40.93 -
YUV 220.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 234 226 153 0 0.03 0.35 0.08 54.07 0.66 0.76
Hex EA E2 99 0 3 23 8 36 42 4C
Octal 352 342 231 0 3 43 10 66 102 114
Binary 11101010 11100010 10011001 0 11 100011 1000 110110 1000010 1001100

Color Harmonies of #EAE299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE299

Black with #EAE299

Text Example


Text Example

White with #EAE299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE299; }

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

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

background-color css

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

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

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

border-color css

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

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

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