Html Css Color HEX #ECDD8D Primrose

📋 copy color: '#ECDD8D'

red 236 ◦ green 221 ◦ blue 141

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

Shades of Primrose #ECDD8D

Tints of Primrose #ECDD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.58%

R = 39.46%
G = 36.96%
B = 23.58%

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

#ECDD8D (or 0xECDD8D) is known color: Primrose. HEX triplet: EC, DD and 8D. RGB value is (236,221,141). Sum of RGB (Red+Green+Blue) = 236+221+141=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD8D is #132272. Grayscale: #D8D8D8. Windows color (decimal): -1254003 or 9297388. OLE color: 9297388.

HSL color Cylindrical-coordinate representation of color #ECDD8D: hue angle of 50.53º 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 #ECDD8D is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 221 141 -
CMYK 0 0.06 0.40 0.07
HSL 50.53º 0.71% 0.74% -
HSV(B) 50.53º 0.4% 0.93% -
XYZ 65.26 71.47 35.55 -
YUV 216.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 236 221 141 0 0.06 0.40 0.07 50.53 0.71 0.74
Hex EC DD 8D 0 6 28 7 33 47 4A
Octal 354 335 215 0 6 50 7 63 107 112
Binary 11101100 11011101 10001101 0 110 101000 111 110011 1000111 1001010

Color Harmonies of #ECDD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD8D

Black with #ECDD8D

Text Example


Text Example

White with #ECDD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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