Html Css Color HEX #E6E09C Primrose

📋 copy color: '#E6E09C'

red 230 ◦ green 224 ◦ blue 156

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

Shades of Primrose #E6E09C

Tints of Primrose #E6E09C

RGB

 RED value IS 230 (90.23% from 255) = 37.7%

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

 BLUE value IS 156 (61.33% from 255) = 25.57%

R = 37.7%
G = 36.72%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6E09C (or 0xE6E09C) is known color: Primrose. HEX triplet: E6, E0 and 9C. RGB value is (230,224,156). Sum of RGB (Red+Green+Blue) = 230+224+156=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E09C is #191F63. Grayscale: #DADADA. Windows color (decimal): -1646436 or 10281190. OLE color: 10281190.

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

Color convert

RGB 230 224 156 -
CMYK 0 0.03 0.32 0.10
HSL 55.14º 0.6% 0.76% -
HSV(B) 55.14º 0.32% 0.9% -
XYZ 65.29 72.53 42.01 -
YUV 218.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 230 224 156 0 0.03 0.32 0.10 55.14 0.6 0.76
Hex E6 E0 9C 0 3 20 A 37 3C 4C
Octal 346 340 234 0 3 40 12 67 74 114
Binary 11100110 11100000 10011100 0 11 100000 1010 110111 111100 1001100

Color Harmonies of #E6E09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E09C

Black with #E6E09C

Text Example


Text Example

White with #E6E09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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