Html Css Color HEX #EDEE55 Paris Daisy

📋 copy color: '#EDEE55'

red 237 ◦ green 238 ◦ blue 85

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

Shades of Paris Daisy #EDEE55

Tints of Paris Daisy #EDEE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.18%

R = 42.32%
G = 42.5%
B = 15.18%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDEE55 (or 0xEDEE55) is known color: Paris Daisy. HEX triplet: ED, EE and 55. RGB value is (237,238,85). Sum of RGB (Red+Green+Blue) = 237+238+85=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 85 (33.59% from 255 or 15.18% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEE55 is #1211AA. Grayscale: #DCDCDC. Windows color (decimal): -1184171 or 5631725. OLE color: 5631725.

HSL color Cylindrical-coordinate representation of color #EDEE55: 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.64%. Process color model (Four color, CMYK) of #EDEE55 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 85 -
CMYK 0.00 0 0.64 0.07
HSL 60.39º 0.82% 0.63% -
HSV(B) 60.39º 0.64% 0.93% -
XYZ 67.14 79.81 20.46 -
YUV 220.26 51.67 139.94 -
System Red Green Blue C M Y K H S L
Decimal 237 238 85 0.00 0 0.64 0.07 60.39 0.82 0.63
Hex ED EE 55 0 0 40 7 3C 52 3F
Octal 355 356 125 0 0 100 7 74 122 77
Binary 11101101 11101110 1010101 0 0 1000000 111 111100 1010010 111111

Color Harmonies of #EDEE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE55

Black with #EDEE55

Text Example


Text Example

White with #EDEE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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