Html Css Color HEX #ECDD91 Primrose

📋 copy color: '#ECDD91'

red 236 ◦ green 221 ◦ blue 145

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

Shades of Primrose #ECDD91

Tints of Primrose #ECDD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.09%

R = 39.2%
G = 36.71%
B = 24.09%

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

#ECDD91 (or 0xECDD91) is known color: Primrose. HEX triplet: EC, DD and 91. RGB value is (236,221,145). Sum of RGB (Red+Green+Blue) = 236+221+145=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 145 (57.03% from 255 or 24.09% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD91 is #13226E. Grayscale: #D9D9D9. Windows color (decimal): -1253999 or 9559532. OLE color: 9559532.

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

Color convert

RGB 236 221 145 -
CMYK 0 0.06 0.39 0.07
HSL 50.11º 0.71% 0.75% -
HSV(B) 50.11º 0.39% 0.93% -
XYZ 65.56 71.59 37.15 -
YUV 216.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 236 221 145 0 0.06 0.39 0.07 50.11 0.71 0.75
Hex EC DD 91 0 6 27 7 32 47 4B
Octal 354 335 221 0 6 47 7 62 107 113
Binary 11101100 11011101 10010001 0 110 100111 111 110010 1000111 1001011

Color Harmonies of #ECDD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD91

Black with #ECDD91

Text Example


Text Example

White with #ECDD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD91; }

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

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

background-color css

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

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

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

border-color css

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

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

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