Html Css Color HEX #ECED56 Paris Daisy

📋 copy color: '#ECED56'

red 236 ◦ green 237 ◦ blue 86

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

Shades of Paris Daisy #ECED56

Tints of Paris Daisy #ECED56

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.4%

 BLUE value IS 86 (33.98% from 255) = 15.38%

R = 42.22%
G = 42.4%
B = 15.38%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECED56 (or 0xECED56) is known color: Paris Daisy. HEX triplet: EC, ED and 56. RGB value is (236,237,86). Sum of RGB (Red+Green+Blue) = 236+237+86=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 86 (33.98% from 255 or 15.38% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED56 is #1312A9. Grayscale: #DCDCDC. Windows color (decimal): -1249962 or 5697004. OLE color: 5697004.

HSL color Cylindrical-coordinate representation of color #ECED56: hue angle of 60.4º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECED56 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 237 86 -
CMYK 0.00 0 0.64 0.07
HSL 60.4º 0.81% 0.63% -
HSV(B) 60.4º 0.64% 0.93% -
XYZ 66.56 79.07 20.56 -
YUV 219.49 52.67 139.78 -
System Red Green Blue C M Y K H S L
Decimal 236 237 86 0.00 0 0.64 0.07 60.4 0.81 0.63
Hex EC ED 56 0 0 40 7 3C 51 3F
Octal 354 355 126 0 0 100 7 74 121 77
Binary 11101100 11101101 1010110 0 0 1000000 111 111100 1010001 111111

Color Harmonies of #ECED56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED56

Black with #ECED56

Text Example


Text Example

White with #ECED56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED56; }

 p { color: rgb(236,237,86); }

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

background-color css

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

 a { background-color: rgb(236,237,86); }

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

border-color css

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

 span { border-color: rgb(236,237,86); }

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