Html Css Color HEX #EAE599 Primrose

📋 copy color: '#EAE599'

red 234 ◦ green 229 ◦ blue 153

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

Shades of Primrose #EAE599

Tints of Primrose #EAE599

RGB

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

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

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

R = 37.99%
G = 37.18%
B = 24.84%

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

#EAE599 (or 0xEAE599) is known color: Primrose. HEX triplet: EA, E5 and 99. RGB value is (234,229,153). Sum of RGB (Red+Green+Blue) = 234+229+153=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 153 (60.16% from 255 or 24.84% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE599 is #151A66. Grayscale: #DEDEDE. Windows color (decimal): -1383015 or 10085866. OLE color: 10085866.

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

Color convert

RGB 234 229 153 -
CMYK 0 0.02 0.35 0.08
HSL 56.3º 0.66% 0.76% -
HSV(B) 56.3º 0.35% 0.92% -
XYZ 67.7 75.83 41.21 -
YUV 221.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 234 229 153 0 0.02 0.35 0.08 56.3 0.66 0.76
Hex EA E5 99 0 2 23 8 38 42 4C
Octal 352 345 231 0 2 43 10 70 102 114
Binary 11101010 11100101 10011001 0 10 100011 1000 111000 1000010 1001100

Color Harmonies of #EAE599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE599

Black with #EAE599

Text Example


Text Example

White with #EAE599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE599; }

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

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

background-color css

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

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

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

border-color css

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

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

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