Html Css Color HEX #E9DB93 Primrose

📋 copy color: '#E9DB93'

red 233 ◦ green 219 ◦ blue 147

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

Shades of Primrose #E9DB93

Tints of Primrose #E9DB93

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.56%

 BLUE value IS 147 (57.81% from 255) = 24.54%

R = 38.9%
G = 36.56%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E9DB93 (or 0xE9DB93) is known color: Primrose. HEX triplet: E9, DB and 93. RGB value is (233,219,147). Sum of RGB (Red+Green+Blue) = 233+219+147=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DB93 is #16246C. Grayscale: #D7D7D7. Windows color (decimal): -1451117 or 9690089. OLE color: 9690089.

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

Color convert

RGB 233 219 147 -
CMYK 0 0.06 0.37 0.09
HSL 50.23º 0.66% 0.75% -
HSV(B) 50.23º 0.37% 0.91% -
XYZ 64.2 70.09 37.75 -
YUV 214.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 233 219 147 0 0.06 0.37 0.09 50.23 0.66 0.75
Hex E9 DB 93 0 6 25 9 32 42 4B
Octal 351 333 223 0 6 45 11 62 102 113
Binary 11101001 11011011 10010011 0 110 100101 1001 110010 1000010 1001011

Color Harmonies of #E9DB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DB93

Black with #E9DB93

Text Example


Text Example

White with #E9DB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DB93; }

 p { color: rgb(233,219,147); }

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

background-color css

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

 a { background-color: rgb(233,219,147); }

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

border-color css

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

 span { border-color: rgb(233,219,147); }

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