Html Css Color HEX #EAE597 Primrose

📋 copy color: '#EAE597'

red 234 ◦ green 229 ◦ blue 151

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

Shades of Primrose #EAE597

Tints of Primrose #EAE597

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.3%

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

R = 38.11%
G = 37.3%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAE597 (or 0xEAE597) is known color: Primrose. HEX triplet: EA, E5 and 97. RGB value is (234,229,151). Sum of RGB (Red+Green+Blue) = 234+229+151=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 151 (59.38% from 255 or 24.59% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE597 is #151A68. Grayscale: #DDDDDD. Windows color (decimal): -1383017 or 9954794. OLE color: 9954794.

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

Color convert

RGB 234 229 151 -
CMYK 0 0.02 0.35 0.08
HSL 56.39º 0.66% 0.75% -
HSV(B) 56.39º 0.35% 0.92% -
XYZ 67.54 75.77 40.34 -
YUV 221.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 234 229 151 0 0.02 0.35 0.08 56.39 0.66 0.75
Hex EA E5 97 0 2 23 8 38 42 4B
Octal 352 345 227 0 2 43 10 70 102 113
Binary 11101010 11100101 10010111 0 10 100011 1000 111000 1000010 1001011

Color Harmonies of #EAE597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE597

Black with #EAE597

Text Example


Text Example

White with #EAE597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE597; }

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

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

background-color css

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

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

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

border-color css

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

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

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