Html Css Color HEX #ECDA92 Primrose

📋 copy color: '#ECDA92'

red 236 ◦ green 218 ◦ blue 146

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

Shades of Primrose #ECDA92

Tints of Primrose #ECDA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.33%

R = 39.33%
G = 36.33%
B = 24.33%

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

#ECDA92 (or 0xECDA92) is known color: Primrose. HEX triplet: EC, DA and 92. RGB value is (236,218,146). Sum of RGB (Red+Green+Blue) = 236+218+146=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 146 (57.42% from 255 or 24.33% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA92 is #13256D. Grayscale: #D7D7D7. Windows color (decimal): -1254766 or 9624300. OLE color: 9624300.

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

Color convert

RGB 236 218 146 -
CMYK 0 0.08 0.38 0.07
HSL 48º 0.7% 0.75% -
HSV(B) 48º 0.38% 0.93% -
XYZ 64.85 70.05 37.3 -
YUV 215.17 88.96 142.85 -
System Red Green Blue C M Y K H S L
Decimal 236 218 146 0 0.08 0.38 0.07 48 0.7 0.75
Hex EC DA 92 0 8 26 7 30 46 4B
Octal 354 332 222 0 10 46 7 60 106 113
Binary 11101100 11011010 10010010 0 1000 100110 111 110000 1000110 1001011

Color Harmonies of #ECDA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA92

Black with #ECDA92

Text Example


Text Example

White with #ECDA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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