Html Css Color HEX #ECDD8E Primrose

📋 copy color: '#ECDD8E'

red 236 ◦ green 221 ◦ blue 142

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

Shades of Primrose #ECDD8E

Tints of Primrose #ECDD8E

RGB

 RED value IS 236 (92.58% from 255) = 39.4%

 GREEN value IS 221 (86.72% from 255) = 36.89%

 BLUE value IS 142 (55.86% from 255) = 23.71%

R = 39.4%
G = 36.89%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECDD8E (or 0xECDD8E) is known color: Primrose. HEX triplet: EC, DD and 8E. RGB value is (236,221,142). Sum of RGB (Red+Green+Blue) = 236+221+142=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 142 (55.86% from 255 or 23.71% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD8E is #132271. Grayscale: #D8D8D8. Windows color (decimal): -1254002 or 9362924. OLE color: 9362924.

HSL color Cylindrical-coordinate representation of color #ECDD8E: hue angle of 50.43º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECDD8E is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 221 142 -
CMYK 0 0.06 0.40 0.07
HSL 50.43º 0.71% 0.74% -
HSV(B) 50.43º 0.4% 0.93% -
XYZ 65.33 71.5 35.95 -
YUV 216.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 236 221 142 0 0.06 0.40 0.07 50.43 0.71 0.74
Hex EC DD 8E 0 6 28 7 32 47 4A
Octal 354 335 216 0 6 50 7 62 107 112
Binary 11101100 11011101 10001110 0 110 101000 111 110010 1000111 1001010

Color Harmonies of #ECDD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD8E

Black with #ECDD8E

Text Example


Text Example

White with #ECDD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD8E; }

 p { color: rgb(236,221,142); }

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

background-color css

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

 a { background-color: rgb(236,221,142); }

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

border-color css

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

 span { border-color: rgb(236,221,142); }

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