Html Css Color HEX #ECED52 Paris Daisy

📋 copy color: '#ECED52'

red 236 ◦ green 237 ◦ blue 82

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

Shades of Paris Daisy #ECED52

Tints of Paris Daisy #ECED52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.77%

R = 42.52%
G = 42.7%
B = 14.77%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECED52 (or 0xECED52) is known color: Paris Daisy. HEX triplet: EC, ED and 52. RGB value is (236,237,82). Sum of RGB (Red+Green+Blue) = 236+237+82=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 82 (32.42% from 255 or 14.77% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED52 is #1312AD. Grayscale: #DBDBDB. Windows color (decimal): -1249966 or 5434860. OLE color: 5434860.

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

Color convert

RGB 236 237 82 -
CMYK 0.00 0 0.65 0.07
HSL 60.39º 0.81% 0.63% -
HSV(B) 60.39º 0.65% 0.93% -
XYZ 66.4 79.01 19.73 -
YUV 219.03 50.67 140.1 -
System Red Green Blue C M Y K H S L
Decimal 236 237 82 0.00 0 0.65 0.07 60.39 0.81 0.63
Hex EC ED 52 0 0 41 7 3C 51 3F
Octal 354 355 122 0 0 101 7 74 121 77
Binary 11101100 11101101 1010010 0 0 1000001 111 111100 1010001 111111

Color Harmonies of #ECED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED52

Black with #ECED52

Text Example


Text Example

White with #ECED52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED52; }

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

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

background-color css

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

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

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

border-color css

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

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

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