Html Css Color HEX #ECDD97 Primrose

📋 copy color: '#ECDD97'

red 236 ◦ green 221 ◦ blue 151

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

Shades of Primrose #ECDD97

Tints of Primrose #ECDD97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.84%

R = 38.82%
G = 36.35%
B = 24.84%

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

#ECDD97 (or 0xECDD97) is known color: Primrose. HEX triplet: EC, DD and 97. RGB value is (236,221,151). Sum of RGB (Red+Green+Blue) = 236+221+151=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 151 (59.38% from 255 or 24.84% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD97 is #132268. Grayscale: #D9D9D9. Windows color (decimal): -1253993 or 9952748. OLE color: 9952748.

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

Color convert

RGB 236 221 151 -
CMYK 0 0.06 0.36 0.07
HSL 49.41º 0.69% 0.76% -
HSV(B) 49.41º 0.36% 0.93% -
XYZ 66.03 71.78 39.65 -
YUV 217.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 236 221 151 0 0.06 0.36 0.07 49.41 0.69 0.76
Hex EC DD 97 0 6 24 7 31 45 4C
Octal 354 335 227 0 6 44 7 61 105 114
Binary 11101100 11011101 10010111 0 110 100100 111 110001 1000101 1001100

Color Harmonies of #ECDD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD97

Black with #ECDD97

Text Example


Text Example

White with #ECDD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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