Html Css Color HEX #EDF852 Paris Daisy

📋 copy color: '#EDF852'

red 237 ◦ green 248 ◦ blue 82

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

Shades of Paris Daisy #EDF852

Tints of Paris Daisy #EDF852

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.74%

 BLUE value IS 82 (32.42% from 255) = 14.46%

R = 41.8%
G = 43.74%
B = 14.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#EDF852 (or 0xEDF852) is known color: Paris Daisy. HEX triplet: ED, F8 and 52. RGB value is (237,248,82). Sum of RGB (Red+Green+Blue) = 237+248+82=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 82 (32.42% from 255 or 14.46% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF852 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF852 is #1207AD. Grayscale: #E2E2E2. Windows color (decimal): -1181614 or 5437677. OLE color: 5437677.

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

Color convert

RGB 237 248 82 -
CMYK 0.04 0 0.67 0.03
HSL 63.98º 0.92% 0.65% -
HSV(B) 63.98º 0.67% 0.97% -
XYZ 70.02 85.75 20.84 -
YUV 225.79 46.86 136 -
System Red Green Blue C M Y K H S L
Decimal 237 248 82 0.04 0 0.67 0.03 63.98 0.92 0.65
Hex ED F8 52 4 0 43 3 40 5C 41
Octal 355 370 122 4 0 103 3 100 134 101
Binary 11101101 11111000 1010010 100 0 1000011 11 1000000 1011100 1000001

Color Harmonies of #EDF852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF852

Black with #EDF852

Text Example


Text Example

White with #EDF852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF852; }

 p { color: rgb(237,248,82); }

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

background-color css

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

 a { background-color: rgb(237,248,82); }

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

border-color css

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

 span { border-color: rgb(237,248,82); }

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