Html Css Color HEX #E0E699 Primrose

📋 copy color: '#E0E699'

red 224 ◦ green 230 ◦ blue 153

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

Shades of Primrose #E0E699

Tints of Primrose #E0E699

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.89%

 BLUE value IS 153 (60.16% from 255) = 25.21%

R = 36.9%
G = 37.89%
B = 25.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E0E699 (or 0xE0E699) is known color: Primrose. HEX triplet: E0, E6 and 99. RGB value is (224,230,153). Sum of RGB (Red+Green+Blue) = 224+230+153=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E699 is #1F1966. Grayscale: #DBDBDB. Windows color (decimal): -2038119 or 10086112. OLE color: 10086112.

HSL color Cylindrical-coordinate representation of color #E0E699: hue angle of 64.68º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0E699 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 230 153 -
CMYK 0.03 0 0.33 0.10
HSL 64.68º 0.61% 0.75% -
HSV(B) 64.68º 0.33% 0.9% -
XYZ 64.79 74.74 41.15 -
YUV 219.43 90.51 131.26 -
System Red Green Blue C M Y K H S L
Decimal 224 230 153 0.03 0 0.33 0.10 64.68 0.61 0.75
Hex E0 E6 99 3 0 21 A 41 3D 4B
Octal 340 346 231 3 0 41 12 101 75 113
Binary 11100000 11100110 10011001 11 0 100001 1010 1000001 111101 1001011

Color Harmonies of #E0E699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E699

Black with #E0E699

Text Example


Text Example

White with #E0E699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E699; }

 p { color: rgb(224,230,153); }

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

background-color css

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

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

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

border-color css

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

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

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