Html Css Color HEX #E0D68B Primrose

📋 copy color: '#E0D68B'

red 224 ◦ green 214 ◦ blue 139

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

Shades of Primrose #E0D68B

Tints of Primrose #E0D68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.09%

R = 38.82%
G = 37.09%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0D68B (or 0xE0D68B) is known color: Primrose. HEX triplet: E0, D6 and 8B. RGB value is (224,214,139). Sum of RGB (Red+Green+Blue) = 224+214+139=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D68B is #1F2974. Grayscale: #D0D0D0. Windows color (decimal): -2042229 or 9164512. OLE color: 9164512.

HSL color Cylindrical-coordinate representation of color #E0D68B: hue angle of 52.94º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0D68B is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 214 139 -
CMYK 0 0.04 0.38 0.12
HSL 52.94º 0.58% 0.71% -
HSV(B) 52.94º 0.38% 0.88% -
XYZ 59.45 65.8 33.99 -
YUV 208.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 224 214 139 0 0.04 0.38 0.12 52.94 0.58 0.71
Hex E0 D6 8B 0 4 26 C 35 3A 47
Octal 340 326 213 0 4 46 14 65 72 107
Binary 11100000 11010110 10001011 0 100 100110 1100 110101 111010 1000111

Color Harmonies of #E0D68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D68B

Black with #E0D68B

Text Example


Text Example

White with #E0D68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D68B; }

 p { color: rgb(224,214,139); }

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

background-color css

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

 a { background-color: rgb(224,214,139); }

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

border-color css

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

 span { border-color: rgb(224,214,139); }

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