Html Css Color HEX #EDF655 Paris Daisy

📋 copy color: '#EDF655'

red 237 ◦ green 246 ◦ blue 85

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

Shades of Paris Daisy #EDF655

Tints of Paris Daisy #EDF655

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.31%

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

R = 41.73%
G = 43.31%
B = 14.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#EDF655 (or 0xEDF655) is known color: Paris Daisy. HEX triplet: ED, F6 and 55. RGB value is (237,246,85). Sum of RGB (Red+Green+Blue) = 237+246+85=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 85 (33.59% from 255 or 14.96% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF655 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF655 is #1209AA. Grayscale: #E1E1E1. Windows color (decimal): -1182123 or 5633773. OLE color: 5633773.

HSL color Cylindrical-coordinate representation of color #EDF655: hue angle of 63.35º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDF655 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 85 -
CMYK 0.04 0 0.65 0.04
HSL 63.35º 0.9% 0.65% -
HSV(B) 63.35º 0.65% 0.96% -
XYZ 69.52 84.57 21.25 -
YUV 224.96 49.02 136.59 -
System Red Green Blue C M Y K H S L
Decimal 237 246 85 0.04 0 0.65 0.04 63.35 0.9 0.65
Hex ED F6 55 4 0 41 4 3F 5A 41
Octal 355 366 125 4 0 101 4 77 132 101
Binary 11101101 11110110 1010101 100 0 1000001 100 111111 1011010 1000001

Color Harmonies of #EDF655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF655

Black with #EDF655

Text Example


Text Example

White with #EDF655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF655; }

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

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

background-color css

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

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

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

border-color css

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

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

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