Html Css Color HEX #EDF74D Paris Daisy

📋 copy color: '#EDF74D'

red 237 ◦ green 247 ◦ blue 77

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

Shades of Paris Daisy #EDF74D

Tints of Paris Daisy #EDF74D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.03%

 BLUE value IS 77 (30.47% from 255) = 13.73%

R = 42.25%
G = 44.03%
B = 13.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#EDF74D (or 0xEDF74D) is known color: Paris Daisy. HEX triplet: ED, F7 and 4D. RGB value is (237,247,77). Sum of RGB (Red+Green+Blue) = 237+247+77=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 77 (30.47% from 255 or 13.73% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF74D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF74D is #1208B2. Grayscale: #E1E1E1. Windows color (decimal): -1181875 or 5109741. OLE color: 5109741.

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

Color convert

RGB 237 247 77 -
CMYK 0.04 0 0.69 0.03
HSL 63.53º 0.91% 0.64% -
HSV(B) 63.53º 0.69% 0.97% -
XYZ 69.53 85.06 19.78 -
YUV 224.63 44.69 136.82 -
System Red Green Blue C M Y K H S L
Decimal 237 247 77 0.04 0 0.69 0.03 63.53 0.91 0.64
Hex ED F7 4D 4 0 45 3 40 5B 40
Octal 355 367 115 4 0 105 3 100 133 100
Binary 11101101 11110111 1001101 100 0 1000101 11 1000000 1011011 1000000

Color Harmonies of #EDF74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF74D

Black with #EDF74D

Text Example


Text Example

White with #EDF74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF74D; }

 p { color: rgb(237,247,77); }

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

background-color css

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

 a { background-color: rgb(237,247,77); }

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

border-color css

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

 span { border-color: rgb(237,247,77); }

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