Html Css Color HEX #EDEF54 Paris Daisy

📋 copy color: '#EDEF54'

red 237 ◦ green 239 ◦ blue 84

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

Shades of Paris Daisy #EDEF54

Tints of Paris Daisy #EDEF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15%

R = 42.32%
G = 42.68%
B = 15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EDEF54 (or 0xEDEF54) is known color: Paris Daisy. HEX triplet: ED, EF and 54. RGB value is (237,239,84). Sum of RGB (Red+Green+Blue) = 237+239+84=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 84 (33.20% from 255 or 15% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF54 is #1210AB. Grayscale: #DDDDDD. Windows color (decimal): -1183916 or 5566445. OLE color: 5566445.

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

Color convert

RGB 237 239 84 -
CMYK 0.01 0 0.65 0.06
HSL 60.77º 0.83% 0.63% -
HSV(B) 60.77º 0.65% 0.94% -
XYZ 67.39 80.38 20.35 -
YUV 220.73 50.84 139.6 -
System Red Green Blue C M Y K H S L
Decimal 237 239 84 0.01 0 0.65 0.06 60.77 0.83 0.63
Hex ED EF 54 1 0 41 6 3D 53 3F
Octal 355 357 124 1 0 101 6 75 123 77
Binary 11101101 11101111 1010100 1 0 1000001 110 111101 1010011 111111

Color Harmonies of #EDEF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF54

Black with #EDEF54

Text Example


Text Example

White with #EDEF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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