Html Css Color HEX #E9DA93 Primrose

📋 copy color: '#E9DA93'

red 233 ◦ green 218 ◦ blue 147

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

Shades of Primrose #E9DA93

Tints of Primrose #E9DA93

RGB

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

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

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

R = 38.96%
G = 36.45%
B = 24.58%

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

#E9DA93 (or 0xE9DA93) is known color: Primrose. HEX triplet: E9, DA and 93. RGB value is (233,218,147). Sum of RGB (Red+Green+Blue) = 233+218+147=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DA93 is #16256C. Grayscale: #D6D6D6. Windows color (decimal): -1451373 or 9689833. OLE color: 9689833.

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

Color convert

RGB 233 218 147 -
CMYK 0 0.06 0.37 0.09
HSL 49.53º 0.66% 0.75% -
HSV(B) 49.53º 0.37% 0.91% -
XYZ 63.94 69.57 37.66 -
YUV 214.39 89.97 141.27 -
System Red Green Blue C M Y K H S L
Decimal 233 218 147 0 0.06 0.37 0.09 49.53 0.66 0.75
Hex E9 DA 93 0 6 25 9 32 42 4B
Octal 351 332 223 0 6 45 11 62 102 113
Binary 11101001 11011010 10010011 0 110 100101 1001 110010 1000010 1001011

Color Harmonies of #E9DA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DA93

Black with #E9DA93

Text Example


Text Example

White with #E9DA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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