Html Css Color HEX #EDF452 Paris Daisy

📋 copy color: '#EDF452'

red 237 ◦ green 244 ◦ blue 82

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

Shades of Paris Daisy #EDF452

Tints of Paris Daisy #EDF452

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.34%

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

R = 42.1%
G = 43.34%
B = 14.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#EDF452 (or 0xEDF452) is known color: Paris Daisy. HEX triplet: ED, F4 and 52. RGB value is (237,244,82). Sum of RGB (Red+Green+Blue) = 237+244+82=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 82 (32.42% from 255 or 14.56% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF452 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF452 is #120BAD. Grayscale: #E0E0E0. Windows color (decimal): -1182638 or 5436653. OLE color: 5436653.

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

Color convert

RGB 237 244 82 -
CMYK 0.03 0 0.66 0.04
HSL 62.59º 0.88% 0.64% -
HSV(B) 62.59º 0.66% 0.96% -
XYZ 68.8 83.32 20.44 -
YUV 223.44 48.18 137.67 -
System Red Green Blue C M Y K H S L
Decimal 237 244 82 0.03 0 0.66 0.04 62.59 0.88 0.64
Hex ED F4 52 3 0 42 4 3F 58 40
Octal 355 364 122 3 0 102 4 77 130 100
Binary 11101101 11110100 1010010 11 0 1000010 100 111111 1011000 1000000

Color Harmonies of #EDF452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF452

Black with #EDF452

Text Example


Text Example

White with #EDF452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF452; }

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

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

background-color css

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

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

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

border-color css

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

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

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