Html Css Color HEX #E0DF8A Primrose

📋 copy color: '#E0DF8A'

red 224 ◦ green 223 ◦ blue 138

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

Shades of Primrose #E0DF8A

Tints of Primrose #E0DF8A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.12%

 BLUE value IS 138 (54.3% from 255) = 23.59%

R = 38.29%
G = 38.12%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0DF8A (or 0xE0DF8A) is known color: Primrose. HEX triplet: E0, DF and 8A. RGB value is (224,223,138). Sum of RGB (Red+Green+Blue) = 224+223+138=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DF8A is #1F2075. Grayscale: #D5D5D5. Windows color (decimal): -2039926 or 9101280. OLE color: 9101280.

HSL color Cylindrical-coordinate representation of color #E0DF8A: hue angle of 59.3º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0DF8A is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 223 138 -
CMYK 0 0.00 0.38 0.12
HSL 59.3º 0.58% 0.71% -
HSV(B) 59.3º 0.38% 0.88% -
XYZ 61.72 70.46 34.39 -
YUV 213.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 224 223 138 0 0.00 0.38 0.12 59.3 0.58 0.71
Hex E0 DF 8A 0 0 26 C 3B 3A 47
Octal 340 337 212 0 0 46 14 73 72 107
Binary 11100000 11011111 10001010 0 0 100110 1100 111011 111010 1000111

Color Harmonies of #E0DF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DF8A

Black with #E0DF8A

Text Example


Text Example

White with #E0DF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DF8A; }

 p { color: rgb(224,223,138); }

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

background-color css

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

 a { background-color: rgb(224,223,138); }

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

border-color css

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

 span { border-color: rgb(224,223,138); }

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