Html Css Color HEX #EDEE54 Paris Daisy

📋 copy color: '#EDEE54'

red 237 ◦ green 238 ◦ blue 84

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

Shades of Paris Daisy #EDEE54

Tints of Paris Daisy #EDEE54

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.58%

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

R = 42.4%
G = 42.58%
B = 15.03%

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

#EDEE54 (or 0xEDEE54) is known color: Paris Daisy. HEX triplet: ED, EE and 54. RGB value is (237,238,84). Sum of RGB (Red+Green+Blue) = 237+238+84=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 84 (33.20% from 255 or 15.03% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEE54 is #1211AB. Grayscale: #DCDCDC. Windows color (decimal): -1184172 or 5566189. OLE color: 5566189.

HSL color Cylindrical-coordinate representation of color #EDEE54: hue angle of 60.39º degrees, saturation: 0.82, 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 #EDEE54 is Cyan = 0.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 84 -
CMYK 0.00 0 0.65 0.07
HSL 60.39º 0.82% 0.63% -
HSV(B) 60.39º 0.65% 0.93% -
XYZ 67.1 79.79 20.25 -
YUV 220.15 51.17 140.02 -
System Red Green Blue C M Y K H S L
Decimal 237 238 84 0.00 0 0.65 0.07 60.39 0.82 0.63
Hex ED EE 54 0 0 41 7 3C 52 3F
Octal 355 356 124 0 0 101 7 74 122 77
Binary 11101101 11101110 1010100 0 0 1000001 111 111100 1010010 111111

Color Harmonies of #EDEE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE54

Black with #EDEE54

Text Example


Text Example

White with #EDEE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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