Html Css Color HEX #EADE99 Primrose

📋 copy color: '#EADE99'

red 234 ◦ green 222 ◦ blue 153

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

Shades of Primrose #EADE99

Tints of Primrose #EADE99

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.45%

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

R = 38.42%
G = 36.45%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EADE99 (or 0xEADE99) is known color: Primrose. HEX triplet: EA, DE and 99. RGB value is (234,222,153). Sum of RGB (Red+Green+Blue) = 234+222+153=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADE99 is #152166. Grayscale: #DADADA. Windows color (decimal): -1384807 or 10084074. OLE color: 10084074.

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

Color convert

RGB 234 222 153 -
CMYK 0 0.05 0.35 0.08
HSL 51.11º 0.66% 0.76% -
HSV(B) 51.11º 0.35% 0.92% -
XYZ 65.8 72.03 40.57 -
YUV 217.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 234 222 153 0 0.05 0.35 0.08 51.11 0.66 0.76
Hex EA DE 99 0 5 23 8 33 42 4C
Octal 352 336 231 0 5 43 10 63 102 114
Binary 11101010 11011110 10011001 0 101 100011 1000 110011 1000010 1001100

Color Harmonies of #EADE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE99

Black with #EADE99

Text Example


Text Example

White with #EADE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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