Html Css Color HEX #E2DD88 Primrose

📋 copy color: '#E2DD88'

red 226 ◦ green 221 ◦ blue 136

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

Shades of Primrose #E2DD88

Tints of Primrose #E2DD88

RGB

 RED value IS 226 (88.67% from 255) = 38.77%

 GREEN value IS 221 (86.72% from 255) = 37.91%

 BLUE value IS 136 (53.52% from 255) = 23.33%

R = 38.77%
G = 37.91%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#E2DD88 (or 0xE2DD88) is known color: Primrose. HEX triplet: E2, DD and 88. RGB value is (226,221,136). Sum of RGB (Red+Green+Blue) = 226+221+136=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DD88 is #1D2277. Grayscale: #D5D5D5. Windows color (decimal): -1909368 or 8969698. OLE color: 8969698.

HSL color Cylindrical-coordinate representation of color #E2DD88: hue angle of 56.67º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2DD88 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 221 136 -
CMYK 0 0.02 0.40 0.11
HSL 56.67º 0.61% 0.71% -
HSV(B) 56.67º 0.4% 0.89% -
XYZ 61.66 69.66 33.49 -
YUV 212.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 226 221 136 0 0.02 0.40 0.11 56.67 0.61 0.71
Hex E2 DD 88 0 2 28 B 39 3D 47
Octal 342 335 210 0 2 50 13 71 75 107
Binary 11100010 11011101 10001000 0 10 101000 1011 111001 111101 1000111

Color Harmonies of #E2DD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD88

Black with #E2DD88

Text Example


Text Example

White with #E2DD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD88; }

 p { color: rgb(226,221,136); }

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

background-color css

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

 a { background-color: rgb(226,221,136); }

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

border-color css

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

 span { border-color: rgb(226,221,136); }

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