Html Css Color HEX #E9D990 Primrose

📋 copy color: '#E9D990'

red 233 ◦ green 217 ◦ blue 144

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

Shades of Primrose #E9D990

Tints of Primrose #E9D990

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.53%

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

R = 39.23%
G = 36.53%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E9D990 (or 0xE9D990) is known color: Primrose. HEX triplet: E9, D9 and 90. RGB value is (233,217,144). Sum of RGB (Red+Green+Blue) = 233+217+144=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D990 is #16266F. Grayscale: #D5D5D5. Windows color (decimal): -1451632 or 9492969. OLE color: 9492969.

HSL color Cylindrical-coordinate representation of color #E9D990: hue angle of 49.21º 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 #E9D990 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 217 144 -
CMYK 0 0.07 0.38 0.09
HSL 49.21º 0.67% 0.74% -
HSV(B) 49.21º 0.38% 0.91% -
XYZ 63.45 68.96 36.35 -
YUV 213.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 233 217 144 0 0.07 0.38 0.09 49.21 0.67 0.74
Hex E9 D9 90 0 7 26 9 31 43 4A
Octal 351 331 220 0 7 46 11 61 103 112
Binary 11101001 11011001 10010000 0 111 100110 1001 110001 1000011 1001010

Color Harmonies of #E9D990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D990

Black with #E9D990

Text Example


Text Example

White with #E9D990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D990; }

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

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

background-color css

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

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

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

border-color css

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

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

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