Html Css Color HEX #EDF352 Paris Daisy

📋 copy color: '#EDF352'

red 237 ◦ green 243 ◦ blue 82

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

Shades of Paris Daisy #EDF352

Tints of Paris Daisy #EDF352

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.24%

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

R = 42.17%
G = 43.24%
B = 14.59%

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

#EDF352 (or 0xEDF352) is known color: Paris Daisy. HEX triplet: ED, F3 and 52. RGB value is (237,243,82). Sum of RGB (Red+Green+Blue) = 237+243+82=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 82 (32.42% from 255 or 14.59% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF352 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF352 is #120CAD. Grayscale: #DFDFDF. Windows color (decimal): -1182894 or 5436397. OLE color: 5436397.

HSL color Cylindrical-coordinate representation of color #EDF352: hue angle of 62.24º degrees, saturation: 0.87, 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 #EDF352 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 82 -
CMYK 0.02 0 0.66 0.05
HSL 62.24º 0.87% 0.64% -
HSV(B) 62.24º 0.66% 0.95% -
XYZ 68.5 82.71 20.34 -
YUV 222.85 48.51 138.09 -
System Red Green Blue C M Y K H S L
Decimal 237 243 82 0.02 0 0.66 0.05 62.24 0.87 0.64
Hex ED F3 52 2 0 42 5 3E 57 40
Octal 355 363 122 2 0 102 5 76 127 100
Binary 11101101 11110011 1010010 10 0 1000010 101 111110 1010111 1000000

Color Harmonies of #EDF352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF352

Black with #EDF352

Text Example


Text Example

White with #EDF352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF352; }

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

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

background-color css

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

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

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

border-color css

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

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

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