Html Css Color HEX #EDF04A Paris Daisy

📋 copy color: '#EDF04A'

red 237 ◦ green 240 ◦ blue 74

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

Shades of Paris Daisy #EDF04A

Tints of Paris Daisy #EDF04A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.56%

 BLUE value IS 74 (29.3% from 255) = 13.43%

R = 43.01%
G = 43.56%
B = 13.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EDF04A (or 0xEDF04A) is known color: Paris Daisy. HEX triplet: ED, F0 and 4A. RGB value is (237,240,74). Sum of RGB (Red+Green+Blue) = 237+240+74=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 74 (29.30% from 255 or 13.43% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF04A is #120FB5. Grayscale: #DCDCDC. Windows color (decimal): -1183670 or 4911341. OLE color: 4911341.

HSL color Cylindrical-coordinate representation of color #EDF04A: hue angle of 61.08º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDF04A is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 74 -
CMYK 0.01 0 0.69 0.06
HSL 61.08º 0.85% 0.62% -
HSV(B) 61.08º 0.69% 0.94% -
XYZ 67.32 80.82 18.53 -
YUV 220.18 45.51 140 -
System Red Green Blue C M Y K H S L
Decimal 237 240 74 0.01 0 0.69 0.06 61.08 0.85 0.62
Hex ED F0 4A 1 0 45 6 3D 55 3E
Octal 355 360 112 1 0 105 6 75 125 76
Binary 11101101 11110000 1001010 1 0 1000101 110 111101 1010101 111110

Color Harmonies of #EDF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF04A

Black with #EDF04A

Text Example


Text Example

White with #EDF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF04A; }

 p { color: rgb(237,240,74); }

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

background-color css

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

 a { background-color: rgb(237,240,74); }

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

border-color css

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

 span { border-color: rgb(237,240,74); }

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