Html Css Color HEX #ECDD90 Primrose

📋 copy color: '#ECDD90'

red 236 ◦ green 221 ◦ blue 144

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

Shades of Primrose #ECDD90

Tints of Primrose #ECDD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.96%

R = 39.27%
G = 36.77%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ECDD90 (or 0xECDD90) is known color: Primrose. HEX triplet: EC, DD and 90. RGB value is (236,221,144). Sum of RGB (Red+Green+Blue) = 236+221+144=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD90 is #13226F. Grayscale: #D9D9D9. Windows color (decimal): -1254000 or 9493996. OLE color: 9493996.

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

Color convert

RGB 236 221 144 -
CMYK 0 0.06 0.39 0.07
HSL 50.22º 0.71% 0.75% -
HSV(B) 50.22º 0.39% 0.93% -
XYZ 65.48 71.56 36.75 -
YUV 216.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 236 221 144 0 0.06 0.39 0.07 50.22 0.71 0.75
Hex EC DD 90 0 6 27 7 32 47 4B
Octal 354 335 220 0 6 47 7 62 107 113
Binary 11101100 11011101 10010000 0 110 100111 111 110010 1000111 1001011

Color Harmonies of #ECDD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD90

Black with #ECDD90

Text Example


Text Example

White with #ECDD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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