Html Css Color HEX #E2D68C Primrose

📋 copy color: '#E2D68C'

red 226 ◦ green 214 ◦ blue 140

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

Shades of Primrose #E2D68C

Tints of Primrose #E2D68C

RGB

 RED value IS 226 (88.67% from 255) = 38.97%

 GREEN value IS 214 (83.98% from 255) = 36.9%

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

R = 38.97%
G = 36.9%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2D68C (or 0xE2D68C) is known color: Primrose. HEX triplet: E2, D6 and 8C. RGB value is (226,214,140). Sum of RGB (Red+Green+Blue) = 226+214+140=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D68C is #1D2973. Grayscale: #D1D1D1. Windows color (decimal): -1911156 or 9230050. OLE color: 9230050.

HSL color Cylindrical-coordinate representation of color #E2D68C: hue angle of 51.63º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2D68C is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 214 140 -
CMYK 0 0.05 0.38 0.11
HSL 51.63º 0.6% 0.72% -
HSV(B) 51.63º 0.38% 0.89% -
XYZ 60.14 66.16 34.41 -
YUV 209.15 88.98 140.02 -
System Red Green Blue C M Y K H S L
Decimal 226 214 140 0 0.05 0.38 0.11 51.63 0.6 0.72
Hex E2 D6 8C 0 5 26 B 34 3C 48
Octal 342 326 214 0 5 46 13 64 74 110
Binary 11100010 11010110 10001100 0 101 100110 1011 110100 111100 1001000

Color Harmonies of #E2D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D68C

Black with #E2D68C

Text Example


Text Example

White with #E2D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D68C; }

 p { color: rgb(226,214,140); }

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

background-color css

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

 a { background-color: rgb(226,214,140); }

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

border-color css

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

 span { border-color: rgb(226,214,140); }

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