Html Css Color HEX #EDED4F Paris Daisy

📋 copy color: '#EDED4F'

red 237 ◦ green 237 ◦ blue 79

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

Shades of Paris Daisy #EDED4F

Tints of Paris Daisy #EDED4F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.86%

 BLUE value IS 79 (31.25% from 255) = 14.29%

R = 42.86%
G = 42.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDED4F (or 0xEDED4F) is known color: Paris Daisy. HEX triplet: ED, ED and 4F. RGB value is (237,237,79). Sum of RGB (Red+Green+Blue) = 237+237+79=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 79 (31.25% from 255 or 14.29% from 553); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED4F is #1212B0. Grayscale: #DBDBDB. Windows color (decimal): -1184433 or 5238253. OLE color: 5238253.

HSL color Cylindrical-coordinate representation of color #EDED4F: hue angle of 60º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDED4F is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 79 -
CMYK 0 0 0.67 0.07
HSL 60º 0.81% 0.62% -
HSV(B) 60º 0.67% 0.93% -
XYZ 66.62 79.14 19.16 -
YUV 218.99 49 140.85 -
System Red Green Blue C M Y K H S L
Decimal 237 237 79 0 0 0.67 0.07 60 0.81 0.62
Hex ED ED 4F 0 0 43 7 3C 51 3E
Octal 355 355 117 0 0 103 7 74 121 76
Binary 11101101 11101101 1001111 0 0 1000011 111 111100 1010001 111110

Color Harmonies of #EDED4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED4F

Black with #EDED4F

Text Example


Text Example

White with #EDED4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED4F; }

 p { color: rgb(237,237,79); }

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

background-color css

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

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

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

border-color css

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

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

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