Html Css Color HEX #EADF99 Primrose

📋 copy color: '#EADF99'

red 234 ◦ green 223 ◦ blue 153

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

Shades of Primrose #EADF99

Tints of Primrose #EADF99

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.56%

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

R = 38.36%
G = 36.56%
B = 25.08%

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

#EADF99 (or 0xEADF99) is known color: Primrose. HEX triplet: EA, DF and 99. RGB value is (234,223,153). Sum of RGB (Red+Green+Blue) = 234+223+153=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADF99 is #152066. Grayscale: #DADADA. Windows color (decimal): -1384551 or 10084330. OLE color: 10084330.

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

Color convert

RGB 234 223 153 -
CMYK 0 0.05 0.35 0.08
HSL 51.85º 0.66% 0.76% -
HSV(B) 51.85º 0.35% 0.92% -
XYZ 66.07 72.57 40.66 -
YUV 218.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 234 223 153 0 0.05 0.35 0.08 51.85 0.66 0.76
Hex EA DF 99 0 5 23 8 34 42 4C
Octal 352 337 231 0 5 43 10 64 102 114
Binary 11101010 11011111 10011001 0 101 100011 1000 110100 1000010 1001100

Color Harmonies of #EADF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF99

Black with #EADF99

Text Example


Text Example

White with #EADF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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