Html Css Color HEX #EAE298 Primrose

📋 copy color: '#EAE298'

red 234 ◦ green 226 ◦ blue 152

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

Shades of Primrose #EAE298

Tints of Primrose #EAE298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.84%

R = 38.24%
G = 36.93%
B = 24.84%

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

#EAE298 (or 0xEAE298) is known color: Primrose. HEX triplet: EA, E2 and 98. RGB value is (234,226,152). Sum of RGB (Red+Green+Blue) = 234+226+152=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 152 (59.77% from 255 or 24.84% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE298 is #151D67. Grayscale: #DCDCDC. Windows color (decimal): -1383784 or 10019562. OLE color: 10019562.

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

Color convert

RGB 234 226 152 -
CMYK 0 0.03 0.35 0.08
HSL 54.15º 0.66% 0.76% -
HSV(B) 54.15º 0.35% 0.92% -
XYZ 66.8 74.15 40.5 -
YUV 219.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 234 226 152 0 0.03 0.35 0.08 54.15 0.66 0.76
Hex EA E2 98 0 3 23 8 36 42 4C
Octal 352 342 230 0 3 43 10 66 102 114
Binary 11101010 11100010 10011000 0 11 100011 1000 110110 1000010 1001100

Color Harmonies of #EAE298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE298

Black with #EAE298

Text Example


Text Example

White with #EAE298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE298; }

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

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

background-color css

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

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

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

border-color css

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

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

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