Html Css Color HEX #EDF252 Paris Daisy

📋 copy color: '#EDF252'

red 237 ◦ green 242 ◦ blue 82

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

Shades of Paris Daisy #EDF252

Tints of Paris Daisy #EDF252

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.14%

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

R = 42.25%
G = 43.14%
B = 14.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#EDF252 (or 0xEDF252) is known color: Paris Daisy. HEX triplet: ED, F2 and 52. RGB value is (237,242,82). Sum of RGB (Red+Green+Blue) = 237+242+82=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 82 (32.42% from 255 or 14.62% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF252 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF252 is #120DAD. Grayscale: #DEDEDE. Windows color (decimal): -1183150 or 5436141. OLE color: 5436141.

HSL color Cylindrical-coordinate representation of color #EDF252: hue angle of 61.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDF252 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 82 -
CMYK 0.02 0 0.66 0.05
HSL 61.88º 0.86% 0.64% -
HSV(B) 61.88º 0.66% 0.95% -
XYZ 68.2 82.12 20.24 -
YUV 222.27 48.84 138.51 -
System Red Green Blue C M Y K H S L
Decimal 237 242 82 0.02 0 0.66 0.05 61.88 0.86 0.64
Hex ED F2 52 2 0 42 5 3E 56 40
Octal 355 362 122 2 0 102 5 76 126 100
Binary 11101101 11110010 1010010 10 0 1000010 101 111110 1010110 1000000

Color Harmonies of #EDF252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF252

Black with #EDF252

Text Example


Text Example

White with #EDF252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF252; }

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

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

background-color css

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

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

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

border-color css

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

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

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