Html Css Color HEX #ECDC96 Primrose

📋 copy color: '#ECDC96'

red 236 ◦ green 220 ◦ blue 150

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

Shades of Primrose #ECDC96

Tints of Primrose #ECDC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.75%

R = 38.94%
G = 36.3%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECDC96 (or 0xECDC96) is known color: Primrose. HEX triplet: EC, DC and 96. RGB value is (236,220,150). Sum of RGB (Red+Green+Blue) = 236+220+150=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC96 is #132369. Grayscale: #D9D9D9. Windows color (decimal): -1254250 or 9886956. OLE color: 9886956.

HSL color Cylindrical-coordinate representation of color #ECDC96: hue angle of 48.84º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECDC96 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 150 -
CMYK 0 0.07 0.36 0.07
HSL 48.84º 0.69% 0.76% -
HSV(B) 48.84º 0.36% 0.93% -
XYZ 65.69 71.22 39.14 -
YUV 216.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 236 220 150 0 0.07 0.36 0.07 48.84 0.69 0.76
Hex EC DC 96 0 7 24 7 31 45 4C
Octal 354 334 226 0 7 44 7 61 105 114
Binary 11101100 11011100 10010110 0 111 100100 111 110001 1000101 1001100

Color Harmonies of #ECDC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC96

Black with #ECDC96

Text Example


Text Example

White with #ECDC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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