Html Css Color HEX #E9DE94 Primrose

📋 copy color: '#E9DE94'

red 233 ◦ green 222 ◦ blue 148

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

Shades of Primrose #E9DE94

Tints of Primrose #E9DE94

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.82%

 BLUE value IS 148 (58.2% from 255) = 24.54%

R = 38.64%
G = 36.82%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E9DE94 (or 0xE9DE94) is known color: Primrose. HEX triplet: E9, DE and 94. RGB value is (233,222,148). Sum of RGB (Red+Green+Blue) = 233+222+148=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DE94 is #16216B. Grayscale: #D9D9D9. Windows color (decimal): -1450348 or 9756393. OLE color: 9756393.

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

Color convert

RGB 233 222 148 -
CMYK 0 0.05 0.36 0.09
HSL 52.24º 0.66% 0.75% -
HSV(B) 52.24º 0.36% 0.91% -
XYZ 65.07 71.7 38.43 -
YUV 216.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 233 222 148 0 0.05 0.36 0.09 52.24 0.66 0.75
Hex E9 DE 94 0 5 24 9 34 42 4B
Octal 351 336 224 0 5 44 11 64 102 113
Binary 11101001 11011110 10010100 0 101 100100 1001 110100 1000010 1001011

Color Harmonies of #E9DE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DE94

Black with #E9DE94

Text Example


Text Example

White with #E9DE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DE94; }

 p { color: rgb(233,222,148); }

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

background-color css

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

 a { background-color: rgb(233,222,148); }

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

border-color css

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

 span { border-color: rgb(233,222,148); }

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