Html Css Color HEX #ECDB94 Primrose

📋 copy color: '#ECDB94'

red 236 ◦ green 219 ◦ blue 148

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

Shades of Primrose #ECDB94

Tints of Primrose #ECDB94

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.32%

 BLUE value IS 148 (58.2% from 255) = 24.54%

R = 39.14%
G = 36.32%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECDB94 (or 0xECDB94) is known color: Primrose. HEX triplet: EC, DB and 94. RGB value is (236,219,148). Sum of RGB (Red+Green+Blue) = 236+219+148=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB94 is #13246B. Grayscale: #D8D8D8. Windows color (decimal): -1254508 or 9755628. OLE color: 9755628.

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

Color convert

RGB 236 219 148 -
CMYK 0 0.07 0.37 0.07
HSL 48.41º 0.7% 0.75% -
HSV(B) 48.41º 0.37% 0.93% -
XYZ 65.27 70.63 38.21 -
YUV 215.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 236 219 148 0 0.07 0.37 0.07 48.41 0.7 0.75
Hex EC DB 94 0 7 25 7 30 46 4B
Octal 354 333 224 0 7 45 7 60 106 113
Binary 11101100 11011011 10010100 0 111 100101 111 110000 1000110 1001011

Color Harmonies of #ECDB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB94

Black with #ECDB94

Text Example


Text Example

White with #ECDB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB94; }

 p { color: rgb(236,219,148); }

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

background-color css

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

 a { background-color: rgb(236,219,148); }

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

border-color css

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

 span { border-color: rgb(236,219,148); }

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