Html Css Color HEX #E6E493 Primrose

📋 copy color: '#E6E493'

red 230 ◦ green 228 ◦ blue 147

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

Shades of Primrose #E6E493

Tints of Primrose #E6E493

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.69%

 BLUE value IS 147 (57.81% from 255) = 24.3%

R = 38.02%
G = 37.69%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E6E493 (or 0xE6E493) is known color: Primrose. HEX triplet: E6, E4 and 93. RGB value is (230,228,147). Sum of RGB (Red+Green+Blue) = 230+228+147=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 147 (57.81% from 255 or 24.30% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E493 is #191B6C. Grayscale: #DBDBDB. Windows color (decimal): -1645421 or 9692390. OLE color: 9692390.

HSL color Cylindrical-coordinate representation of color #E6E493: hue angle of 58.55º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6E493 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 228 147 -
CMYK 0 0.01 0.36 0.10
HSL 58.55º 0.62% 0.74% -
HSV(B) 58.55º 0.36% 0.9% -
XYZ 65.64 74.42 38.51 -
YUV 219.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 230 228 147 0 0.01 0.36 0.10 58.55 0.62 0.74
Hex E6 E4 93 0 1 24 A 3B 3E 4A
Octal 346 344 223 0 1 44 12 73 76 112
Binary 11100110 11100100 10010011 0 1 100100 1010 111011 111110 1001010

Color Harmonies of #E6E493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E493

Black with #E6E493

Text Example


Text Example

White with #E6E493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E493; }

 p { color: rgb(230,228,147); }

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

background-color css

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

 a { background-color: rgb(230,228,147); }

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

border-color css

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

 span { border-color: rgb(230,228,147); }

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