Html Css Color HEX #E0DD83 Primrose

📋 copy color: '#E0DD83'

red 224 ◦ green 221 ◦ blue 131

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

Shades of Primrose #E0DD83

Tints of Primrose #E0DD83

RGB

 RED value IS 224 (87.89% from 255) = 38.89%

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

 BLUE value IS 131 (51.56% from 255) = 22.74%

R = 38.89%
G = 38.37%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E0DD83 (or 0xE0DD83) is known color: Primrose. HEX triplet: E0, DD and 83. RGB value is (224,221,131). Sum of RGB (Red+Green+Blue) = 224+221+131=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 131 (51.56% from 255 or 22.74% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD83 is #1F227C. Grayscale: #D3D3D3. Windows color (decimal): -2040445 or 8642016. OLE color: 8642016.

HSL color Cylindrical-coordinate representation of color #E0DD83: hue angle of 58.06º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0DD83 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 221 131 -
CMYK 0 0.01 0.42 0.12
HSL 58.06º 0.6% 0.7% -
HSV(B) 58.06º 0.42% 0.88% -
XYZ 60.69 69.2 31.63 -
YUV 211.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 224 221 131 0 0.01 0.42 0.12 58.06 0.6 0.7
Hex E0 DD 83 0 1 2A C 3A 3C 46
Octal 340 335 203 0 1 52 14 72 74 106
Binary 11100000 11011101 10000011 0 1 101010 1100 111010 111100 1000110

Color Harmonies of #E0DD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DD83

Black with #E0DD83

Text Example


Text Example

White with #E0DD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DD83; }

 p { color: rgb(224,221,131); }

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

background-color css

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

 a { background-color: rgb(224,221,131); }

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

border-color css

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

 span { border-color: rgb(224,221,131); }

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