Html Css Color HEX #E2DF82 Primrose

📋 copy color: '#E2DF82'

red 226 ◦ green 223 ◦ blue 130

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

Shades of Primrose #E2DF82

Tints of Primrose #E2DF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.45%

R = 39.03%
G = 38.51%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E2DF82 (or 0xE2DF82) is known color: Primrose. HEX triplet: E2, DF and 82. RGB value is (226,223,130). Sum of RGB (Red+Green+Blue) = 226+223+130=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DF82 is #1D207D. Grayscale: #D5D5D5. Windows color (decimal): -1908862 or 8576994. OLE color: 8576994.

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

Color convert

RGB 226 223 130 -
CMYK 0 0.01 0.42 0.11
HSL 58.13º 0.62% 0.7% -
HSV(B) 58.13º 0.42% 0.89% -
XYZ 61.78 70.56 31.48 -
YUV 213.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 226 223 130 0 0.01 0.42 0.11 58.13 0.62 0.7
Hex E2 DF 82 0 1 2A B 3A 3E 46
Octal 342 337 202 0 1 52 13 72 76 106
Binary 11100010 11011111 10000010 0 1 101010 1011 111010 111110 1000110

Color Harmonies of #E2DF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF82

Black with #E2DF82

Text Example


Text Example

White with #E2DF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF82; }

 p { color: rgb(226,223,130); }

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

background-color css

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

 a { background-color: rgb(226,223,130); }

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

border-color css

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

 span { border-color: rgb(226,223,130); }

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