Html Css Color HEX #EDF353 Paris Daisy

📋 copy color: '#EDF353'

red 237 ◦ green 243 ◦ blue 83

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

Shades of Paris Daisy #EDF353

Tints of Paris Daisy #EDF353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.74%

R = 42.1%
G = 43.16%
B = 14.74%

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

#EDF353 (or 0xEDF353) is known color: Paris Daisy. HEX triplet: ED, F3 and 53. RGB value is (237,243,83). Sum of RGB (Red+Green+Blue) = 237+243+83=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 83 (32.81% from 255 or 14.74% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF353 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF353 is #120CAC. Grayscale: #DFDFDF. Windows color (decimal): -1182893 or 5501933. OLE color: 5501933.

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

Color convert

RGB 237 243 83 -
CMYK 0.02 0 0.66 0.05
HSL 62.25º 0.87% 0.64% -
HSV(B) 62.25º 0.66% 0.95% -
XYZ 68.54 82.73 20.54 -
YUV 222.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 237 243 83 0.02 0 0.66 0.05 62.25 0.87 0.64
Hex ED F3 53 2 0 42 5 3E 57 40
Octal 355 363 123 2 0 102 5 76 127 100
Binary 11101101 11110011 1010011 10 0 1000010 101 111110 1010111 1000000

Color Harmonies of #EDF353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF353

Black with #EDF353

Text Example


Text Example

White with #EDF353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF353; }

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

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

background-color css

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

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

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

border-color css

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

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

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