Html Css Color HEX #EDEF51 Paris Daisy

📋 copy color: '#EDEF51'

red 237 ◦ green 239 ◦ blue 81

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

Shades of Paris Daisy #EDEF51

Tints of Paris Daisy #EDEF51

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.91%

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

R = 42.55%
G = 42.91%
B = 14.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EDEF51 (or 0xEDEF51) is known color: Paris Daisy. HEX triplet: ED, EF and 51. RGB value is (237,239,81). Sum of RGB (Red+Green+Blue) = 237+239+81=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 81 (32.03% from 255 or 14.54% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF51 is #1210AE. Grayscale: #DDDDDD. Windows color (decimal): -1183919 or 5369837. OLE color: 5369837.

HSL color Cylindrical-coordinate representation of color #EDEF51: hue angle of 60.76º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDEF51 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 81 -
CMYK 0.01 0 0.66 0.06
HSL 60.76º 0.83% 0.63% -
HSV(B) 60.76º 0.66% 0.94% -
XYZ 67.28 80.33 19.74 -
YUV 220.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 237 239 81 0.01 0 0.66 0.06 60.76 0.83 0.63
Hex ED EF 51 1 0 42 6 3D 53 3F
Octal 355 357 121 1 0 102 6 75 123 77
Binary 11101101 11101111 1010001 1 0 1000010 110 111101 1010011 111111

Color Harmonies of #EDEF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF51

Black with #EDEF51

Text Example


Text Example

White with #EDEF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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