Html Css Color HEX #E8E08C Primrose

📋 copy color: '#E8E08C'

red 232 ◦ green 224 ◦ blue 140

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

Shades of Primrose #E8E08C

Tints of Primrose #E8E08C

RGB

 RED value IS 232 (91.02% from 255) = 38.93%

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

 BLUE value IS 140 (55.08% from 255) = 23.49%

R = 38.93%
G = 37.58%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E8E08C (or 0xE8E08C) is known color: Primrose. HEX triplet: E8, E0 and 8C. RGB value is (232,224,140). Sum of RGB (Red+Green+Blue) = 232+224+140=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E08C is #171F73. Grayscale: #D9D9D9. Windows color (decimal): -1515380 or 9232616. OLE color: 9232616.

HSL color Cylindrical-coordinate representation of color #E8E08C: hue angle of 54.78º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8E08C is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 224 140 -
CMYK 0 0.03 0.40 0.09
HSL 54.78º 0.67% 0.73% -
HSV(B) 54.78º 0.4% 0.91% -
XYZ 64.67 72.36 35.37 -
YUV 216.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 232 224 140 0 0.03 0.40 0.09 54.78 0.67 0.73
Hex E8 E0 8C 0 3 28 9 37 43 49
Octal 350 340 214 0 3 50 11 67 103 111
Binary 11101000 11100000 10001100 0 11 101000 1001 110111 1000011 1001001

Color Harmonies of #E8E08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8E08C

Black with #E8E08C

Text Example


Text Example

White with #E8E08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8E08C; }

 p { color: rgb(232,224,140); }

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

background-color css

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

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

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

border-color css

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

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

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