Html Css Color HEX #ECDA93 Primrose

📋 copy color: '#ECDA93'

red 236 ◦ green 218 ◦ blue 147

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

Shades of Primrose #ECDA93

Tints of Primrose #ECDA93

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.27%

 BLUE value IS 147 (57.81% from 255) = 24.46%

R = 39.27%
G = 36.27%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ECDA93 (or 0xECDA93) is known color: Primrose. HEX triplet: EC, DA and 93. RGB value is (236,218,147). Sum of RGB (Red+Green+Blue) = 236+218+147=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA93 is #13256C. Grayscale: #D7D7D7. Windows color (decimal): -1254765 or 9689836. OLE color: 9689836.

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

Color convert

RGB 236 218 147 -
CMYK 0 0.08 0.38 0.07
HSL 47.87º 0.7% 0.75% -
HSV(B) 47.87º 0.38% 0.93% -
XYZ 64.93 70.08 37.71 -
YUV 215.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 236 218 147 0 0.08 0.38 0.07 47.87 0.7 0.75
Hex EC DA 93 0 8 26 7 30 46 4B
Octal 354 332 223 0 10 46 7 60 106 113
Binary 11101100 11011010 10010011 0 1000 100110 111 110000 1000110 1001011

Color Harmonies of #ECDA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA93

Black with #ECDA93

Text Example


Text Example

White with #ECDA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA93; }

 p { color: rgb(236,218,147); }

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

background-color css

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

 a { background-color: rgb(236,218,147); }

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

border-color css

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

 span { border-color: rgb(236,218,147); }

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