Html Css Color HEX #E0E082 Primrose

📋 copy color: '#E0E082'

red 224 ◦ green 224 ◦ blue 130

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

Shades of Primrose #E0E082

Tints of Primrose #E0E082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.75%

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

R = 38.75%
G = 38.75%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E0E082 (or 0xE0E082) is known color: Primrose. HEX triplet: E0, E0 and 82. RGB value is (224,224,130). Sum of RGB (Red+Green+Blue) = 224+224+130=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E082 is #1F1F7D. Grayscale: #D5D5D5. Windows color (decimal): -2039678 or 8577248. OLE color: 8577248.

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

Color convert

RGB 224 224 130 -
CMYK 0 0 0.42 0.12
HSL 60º 0.6% 0.69% -
HSV(B) 60º 0.42% 0.88% -
XYZ 61.43 70.77 31.54 -
YUV 213.28 81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 224 224 130 0 0 0.42 0.12 60 0.6 0.69
Hex E0 E0 82 0 0 2A C 3C 3C 45
Octal 340 340 202 0 0 52 14 74 74 105
Binary 11100000 11100000 10000010 0 0 101010 1100 111100 111100 1000101

Color Harmonies of #E0E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E082

Black with #E0E082

Text Example


Text Example

White with #E0E082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E082; }

 p { color: rgb(224,224,130); }

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

background-color css

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

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

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

border-color css

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

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

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