Html Css Color HEX #E9DA90 Primrose

📋 copy color: '#E9DA90'

red 233 ◦ green 218 ◦ blue 144

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

Shades of Primrose #E9DA90

Tints of Primrose #E9DA90

RGB

 RED value IS 233 (91.41% from 255) = 39.16%

 GREEN value IS 218 (85.55% from 255) = 36.64%

 BLUE value IS 144 (56.64% from 255) = 24.2%

R = 39.16%
G = 36.64%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E9DA90 (or 0xE9DA90) is known color: Primrose. HEX triplet: E9, DA and 90. RGB value is (233,218,144). Sum of RGB (Red+Green+Blue) = 233+218+144=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DA90 is #16256F. Grayscale: #D6D6D6. Windows color (decimal): -1451376 or 9493225. OLE color: 9493225.

HSL color Cylindrical-coordinate representation of color #E9DA90: hue angle of 49.89º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E9DA90 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 218 144 -
CMYK 0 0.06 0.38 0.09
HSL 49.89º 0.67% 0.74% -
HSV(B) 49.89º 0.38% 0.91% -
XYZ 63.71 69.48 36.44 -
YUV 214.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 233 218 144 0 0.06 0.38 0.09 49.89 0.67 0.74
Hex E9 DA 90 0 6 26 9 32 43 4A
Octal 351 332 220 0 6 46 11 62 103 112
Binary 11101001 11011010 10010000 0 110 100110 1001 110010 1000011 1001010

Color Harmonies of #E9DA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DA90

Black with #E9DA90

Text Example


Text Example

White with #E9DA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DA90; }

 p { color: rgb(233,218,144); }

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

background-color css

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

 a { background-color: rgb(233,218,144); }

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

border-color css

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

 span { border-color: rgb(233,218,144); }

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