Html Css Color HEX #ECDC8E Primrose

📋 copy color: '#ECDC8E'

red 236 ◦ green 220 ◦ blue 142

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

Shades of Primrose #ECDC8E

Tints of Primrose #ECDC8E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.79%

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

R = 39.46%
G = 36.79%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECDC8E (or 0xECDC8E) is known color: Primrose. HEX triplet: EC, DC and 8E. RGB value is (236,220,142). Sum of RGB (Red+Green+Blue) = 236+220+142=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 142 (55.86% from 255 or 23.75% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC8E is #132371. Grayscale: #D8D8D8. Windows color (decimal): -1254258 or 9362668. OLE color: 9362668.

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

Color convert

RGB 236 220 142 -
CMYK 0 0.07 0.40 0.07
HSL 49.79º 0.71% 0.74% -
HSV(B) 49.79º 0.4% 0.93% -
XYZ 65.07 70.97 35.86 -
YUV 215.89 86.3 142.34 -
System Red Green Blue C M Y K H S L
Decimal 236 220 142 0 0.07 0.40 0.07 49.79 0.71 0.74
Hex EC DC 8E 0 7 28 7 32 47 4A
Octal 354 334 216 0 7 50 7 62 107 112
Binary 11101100 11011100 10001110 0 111 101000 111 110010 1000111 1001010

Color Harmonies of #ECDC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC8E

Black with #ECDC8E

Text Example


Text Example

White with #ECDC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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