Html Css Color HEX #ECDC92 Primrose

📋 copy color: '#ECDC92'

red 236 ◦ green 220 ◦ blue 146

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

Shades of Primrose #ECDC92

Tints of Primrose #ECDC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.25%

R = 39.2%
G = 36.54%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ECDC92 (or 0xECDC92) is known color: Primrose. HEX triplet: EC, DC and 92. RGB value is (236,220,146). Sum of RGB (Red+Green+Blue) = 236+220+146=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC92 is #13236D. Grayscale: #D8D8D8. Windows color (decimal): -1254254 or 9624812. OLE color: 9624812.

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

Color convert

RGB 236 220 146 -
CMYK 0 0.07 0.38 0.07
HSL 49.33º 0.7% 0.75% -
HSV(B) 49.33º 0.38% 0.93% -
XYZ 65.37 71.09 37.47 -
YUV 216.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 236 220 146 0 0.07 0.38 0.07 49.33 0.7 0.75
Hex EC DC 92 0 7 26 7 31 46 4B
Octal 354 334 222 0 7 46 7 61 106 113
Binary 11101100 11011100 10010010 0 111 100110 111 110001 1000110 1001011

Color Harmonies of #ECDC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC92

Black with #ECDC92

Text Example


Text Example

White with #ECDC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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