Html Css Color HEX #EDED51 Paris Daisy

📋 copy color: '#EDED51'

red 237 ◦ green 237 ◦ blue 81

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

Shades of Paris Daisy #EDED51

Tints of Paris Daisy #EDED51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 14.59%

R = 42.7%
G = 42.7%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDED51 (or 0xEDED51) is known color: Paris Daisy. HEX triplet: ED, ED and 51. RGB value is (237,237,81). Sum of RGB (Red+Green+Blue) = 237+237+81=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 81 (32.03% from 255 or 14.59% from 555); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED51 is #1212AE. Grayscale: #DBDBDB. Windows color (decimal): -1184431 or 5369325. OLE color: 5369325.

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

Color convert

RGB 237 237 81 -
CMYK 0 0 0.66 0.07
HSL 60º 0.81% 0.62% -
HSV(B) 60º 0.66% 0.93% -
XYZ 66.69 79.17 19.55 -
YUV 219.22 50 140.68 -
System Red Green Blue C M Y K H S L
Decimal 237 237 81 0 0 0.66 0.07 60 0.81 0.62
Hex ED ED 51 0 0 42 7 3C 51 3E
Octal 355 355 121 0 0 102 7 74 121 76
Binary 11101101 11101101 1010001 0 0 1000010 111 111100 1010001 111110

Color Harmonies of #EDED51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED51

Black with #EDED51

Text Example


Text Example

White with #EDED51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED51; }

 p { color: rgb(237,237,81); }

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

background-color css

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

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

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

border-color css

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

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

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