Html Css Color HEX #EDEF4F Paris Daisy

📋 copy color: '#EDEF4F'

red 237 ◦ green 239 ◦ blue 79

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

Shades of Paris Daisy #EDEF4F

Tints of Paris Daisy #EDEF4F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.06%

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

R = 42.7%
G = 43.06%
B = 14.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EDEF4F (or 0xEDEF4F) is known color: Paris Daisy. HEX triplet: ED, EF and 4F. RGB value is (237,239,79). Sum of RGB (Red+Green+Blue) = 237+239+79=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 79 (31.25% from 255 or 14.23% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF4F is #1210B0. Grayscale: #DCDCDC. Windows color (decimal): -1183921 or 5238765. OLE color: 5238765.

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

Color convert

RGB 237 239 79 -
CMYK 0.01 0 0.67 0.06
HSL 60.75º 0.83% 0.62% -
HSV(B) 60.75º 0.67% 0.94% -
XYZ 67.2 80.3 19.36 -
YUV 220.16 48.34 140.01 -
System Red Green Blue C M Y K H S L
Decimal 237 239 79 0.01 0 0.67 0.06 60.75 0.83 0.62
Hex ED EF 4F 1 0 43 6 3D 53 3E
Octal 355 357 117 1 0 103 6 75 123 76
Binary 11101101 11101111 1001111 1 0 1000011 110 111101 1010011 111110

Color Harmonies of #EDEF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF4F

Black with #EDEF4F

Text Example


Text Example

White with #EDEF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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