Html Css Color HEX #EDF74B Paris Daisy

📋 copy color: '#EDF74B'

red 237 ◦ green 247 ◦ blue 75

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

Shades of Paris Daisy #EDF74B

Tints of Paris Daisy #EDF74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.42%

R = 42.4%
G = 44.19%
B = 13.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#EDF74B (or 0xEDF74B) is known color: Paris Daisy. HEX triplet: ED, F7 and 4B. RGB value is (237,247,75). Sum of RGB (Red+Green+Blue) = 237+247+75=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 75 (29.69% from 255 or 13.42% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF74B is #1208B4. Grayscale: #E1E1E1. Windows color (decimal): -1181877 or 4978669. OLE color: 4978669.

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

Color convert

RGB 237 247 75 -
CMYK 0.04 0 0.70 0.03
HSL 63.49º 0.91% 0.63% -
HSV(B) 63.49º 0.7% 0.97% -
XYZ 69.46 85.03 19.41 -
YUV 224.4 43.69 136.99 -
System Red Green Blue C M Y K H S L
Decimal 237 247 75 0.04 0 0.70 0.03 63.49 0.91 0.63
Hex ED F7 4B 4 0 46 3 3F 5B 3F
Octal 355 367 113 4 0 106 3 77 133 77
Binary 11101101 11110111 1001011 100 0 1000110 11 111111 1011011 111111

Color Harmonies of #EDF74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF74B

Black with #EDF74B

Text Example


Text Example

White with #EDF74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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