Html Css Color HEX #EADC99 Primrose

📋 copy color: '#EADC99'

red 234 ◦ green 220 ◦ blue 153

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

Shades of Primrose #EADC99

Tints of Primrose #EADC99

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.24%

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

R = 38.55%
G = 36.24%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EADC99 (or 0xEADC99) is known color: Primrose. HEX triplet: EA, DC and 99. RGB value is (234,220,153). Sum of RGB (Red+Green+Blue) = 234+220+153=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC99 is #152366. Grayscale: #D8D8D8. Windows color (decimal): -1385319 or 10083562. OLE color: 10083562.

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

Color convert

RGB 234 220 153 -
CMYK 0 0.06 0.35 0.08
HSL 49.63º 0.66% 0.76% -
HSV(B) 49.63º 0.35% 0.92% -
XYZ 65.27 70.98 40.4 -
YUV 216.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 234 220 153 0 0.06 0.35 0.08 49.63 0.66 0.76
Hex EA DC 99 0 6 23 8 32 42 4C
Octal 352 334 231 0 6 43 10 62 102 114
Binary 11101010 11011100 10011001 0 110 100011 1000 110010 1000010 1001100

Color Harmonies of #EADC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC99

Black with #EADC99

Text Example


Text Example

White with #EADC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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