Html Css Color HEX #EAE097 Primrose

📋 copy color: '#EAE097'

red 234 ◦ green 224 ◦ blue 151

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

Shades of Primrose #EAE097

Tints of Primrose #EAE097

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.78%

 BLUE value IS 151 (59.38% from 255) = 24.79%

R = 38.42%
G = 36.78%
B = 24.79%

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

#EAE097 (or 0xEAE097) is known color: Primrose. HEX triplet: EA, E0 and 97. RGB value is (234,224,151). Sum of RGB (Red+Green+Blue) = 234+224+151=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 151 (59.38% from 255 or 24.79% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE097 is #151F68. Grayscale: #DADADA. Windows color (decimal): -1384297 or 9953514. OLE color: 9953514.

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

Color convert

RGB 234 224 151 -
CMYK 0 0.04 0.35 0.08
HSL 52.77º 0.66% 0.75% -
HSV(B) 52.77º 0.35% 0.92% -
XYZ 66.17 73.04 39.89 -
YUV 218.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 234 224 151 0 0.04 0.35 0.08 52.77 0.66 0.75
Hex EA E0 97 0 4 23 8 35 42 4B
Octal 352 340 227 0 4 43 10 65 102 113
Binary 11101010 11100000 10010111 0 100 100011 1000 110101 1000010 1001011

Color Harmonies of #EAE097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE097

Black with #EAE097

Text Example


Text Example

White with #EAE097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE097; }

 p { color: rgb(234,224,151); }

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

background-color css

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

 a { background-color: rgb(234,224,151); }

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

border-color css

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

 span { border-color: rgb(234,224,151); }

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