Html Css Color HEX #E9DC92 Primrose

📋 copy color: '#E9DC92'

red 233 ◦ green 220 ◦ blue 146

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

Shades of Primrose #E9DC92

Tints of Primrose #E9DC92

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.73%

 BLUE value IS 146 (57.42% from 255) = 24.37%

R = 38.9%
G = 36.73%
B = 24.37%

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

#E9DC92 (or 0xE9DC92) is known color: Primrose. HEX triplet: E9, DC and 92. RGB value is (233,220,146). Sum of RGB (Red+Green+Blue) = 233+220+146=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC92 is #16236D. Grayscale: #D7D7D7. Windows color (decimal): -1450862 or 9624809. OLE color: 9624809.

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

Color convert

RGB 233 220 146 -
CMYK 0 0.06 0.37 0.09
HSL 51.03º 0.66% 0.74% -
HSV(B) 51.03º 0.37% 0.91% -
XYZ 64.39 70.59 37.42 -
YUV 215.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 233 220 146 0 0.06 0.37 0.09 51.03 0.66 0.74
Hex E9 DC 92 0 6 25 9 33 42 4A
Octal 351 334 222 0 6 45 11 63 102 112
Binary 11101001 11011100 10010010 0 110 100101 1001 110011 1000010 1001010

Color Harmonies of #E9DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DC92

Black with #E9DC92

Text Example


Text Example

White with #E9DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DC92; }

 p { color: rgb(233,220,146); }

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

background-color css

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

 a { background-color: rgb(233,220,146); }

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

border-color css

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

 span { border-color: rgb(233,220,146); }

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