Html Css Color HEX #ECD991 Primrose

📋 copy color: '#ECD991'

red 236 ◦ green 217 ◦ blue 145

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

Shades of Primrose #ECD991

Tints of Primrose #ECD991

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.29%

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

R = 39.46%
G = 36.29%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ECD991 (or 0xECD991) is known color: Primrose. HEX triplet: EC, D9 and 91. RGB value is (236,217,145). Sum of RGB (Red+Green+Blue) = 236+217+145=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 145 (57.03% from 255 or 24.25% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD991 is #13266E. Grayscale: #D6D6D6. Windows color (decimal): -1255023 or 9558508. OLE color: 9558508.

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

Color convert

RGB 236 217 145 -
CMYK 0 0.08 0.39 0.07
HSL 47.47º 0.71% 0.75% -
HSV(B) 47.47º 0.39% 0.93% -
XYZ 64.52 69.5 36.8 -
YUV 214.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 236 217 145 0 0.08 0.39 0.07 47.47 0.71 0.75
Hex EC D9 91 0 8 27 7 2F 47 4B
Octal 354 331 221 0 10 47 7 57 107 113
Binary 11101100 11011001 10010001 0 1000 100111 111 101111 1000111 1001011

Color Harmonies of #ECD991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD991

Black with #ECD991

Text Example


Text Example

White with #ECD991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD991; }

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

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

background-color css

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

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

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

border-color css

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

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

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