Html Css Color HEX #ECDD96 Primrose

📋 copy color: '#ECDD96'

red 236 ◦ green 221 ◦ blue 150

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

Shades of Primrose #ECDD96

Tints of Primrose #ECDD96

RGB

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

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

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

R = 38.88%
G = 36.41%
B = 24.71%

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

#ECDD96 (or 0xECDD96) is known color: Primrose. HEX triplet: EC, DD and 96. RGB value is (236,221,150). Sum of RGB (Red+Green+Blue) = 236+221+150=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD96 is #132269. Grayscale: #D9D9D9. Windows color (decimal): -1253994 or 9887212. OLE color: 9887212.

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

Color convert

RGB 236 221 150 -
CMYK 0 0.06 0.36 0.07
HSL 49.53º 0.69% 0.76% -
HSV(B) 49.53º 0.36% 0.93% -
XYZ 65.95 71.75 39.23 -
YUV 217.39 89.97 141.27 -
System Red Green Blue C M Y K H S L
Decimal 236 221 150 0 0.06 0.36 0.07 49.53 0.69 0.76
Hex EC DD 96 0 6 24 7 32 45 4C
Octal 354 335 226 0 6 44 7 62 105 114
Binary 11101100 11011101 10010110 0 110 100100 111 110010 1000101 1001100

Color Harmonies of #ECDD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD96

Black with #ECDD96

Text Example


Text Example

White with #ECDD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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