Html Css Color HEX #EDF152 Paris Daisy

📋 copy color: '#EDF152'

red 237 ◦ green 241 ◦ blue 82

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

Shades of Paris Daisy #EDF152

Tints of Paris Daisy #EDF152

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.04%

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

R = 42.32%
G = 43.04%
B = 14.64%

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

#EDF152 (or 0xEDF152) is known color: Paris Daisy. HEX triplet: ED, F1 and 52. RGB value is (237,241,82). Sum of RGB (Red+Green+Blue) = 237+241+82=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 82 (32.42% from 255 or 14.64% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF152 is #120EAD. Grayscale: #DEDEDE. Windows color (decimal): -1183406 or 5435885. OLE color: 5435885.

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

Color convert

RGB 237 241 82 -
CMYK 0.02 0 0.66 0.05
HSL 61.51º 0.85% 0.63% -
HSV(B) 61.51º 0.66% 0.95% -
XYZ 67.9 81.52 20.14 -
YUV 221.68 49.17 138.93 -
System Red Green Blue C M Y K H S L
Decimal 237 241 82 0.02 0 0.66 0.05 61.51 0.85 0.63
Hex ED F1 52 2 0 42 5 3E 55 3F
Octal 355 361 122 2 0 102 5 76 125 77
Binary 11101101 11110001 1010010 10 0 1000010 101 111110 1010101 111111

Color Harmonies of #EDF152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF152

Black with #EDF152

Text Example


Text Example

White with #EDF152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF152; }

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

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

background-color css

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

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

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

border-color css

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

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

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