Html Css Color HEX #ECDE96 Primrose

📋 copy color: '#ECDE96'

red 236 ◦ green 222 ◦ blue 150

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

Shades of Primrose #ECDE96

Tints of Primrose #ECDE96

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.51%

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

R = 38.82%
G = 36.51%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECDE96 (or 0xECDE96) is known color: Primrose. HEX triplet: EC, DE and 96. RGB value is (236,222,150). Sum of RGB (Red+Green+Blue) = 236+222+150=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE96 is #132169. Grayscale: #DADADA. Windows color (decimal): -1253738 or 9887468. OLE color: 9887468.

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

Color convert

RGB 236 222 150 -
CMYK 0 0.06 0.36 0.07
HSL 50.23º 0.69% 0.76% -
HSV(B) 50.23º 0.36% 0.93% -
XYZ 66.22 72.28 39.32 -
YUV 217.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 236 222 150 0 0.06 0.36 0.07 50.23 0.69 0.76
Hex EC DE 96 0 6 24 7 32 45 4C
Octal 354 336 226 0 6 44 7 62 105 114
Binary 11101100 11011110 10010110 0 110 100100 111 110010 1000101 1001100

Color Harmonies of #ECDE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE96

Black with #ECDE96

Text Example


Text Example

White with #ECDE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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