Html Css Color HEX #EDF14C Paris Daisy

📋 copy color: '#EDF14C'

red 237 ◦ green 241 ◦ blue 76

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

Shades of Paris Daisy #EDF14C

Tints of Paris Daisy #EDF14C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.5%

 BLUE value IS 76 (30.08% from 255) = 13.72%

R = 42.78%
G = 43.5%
B = 13.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#EDF14C (or 0xEDF14C) is known color: Paris Daisy. HEX triplet: ED, F1 and 4C. RGB value is (237,241,76). Sum of RGB (Red+Green+Blue) = 237+241+76=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 76 (30.08% from 255 or 13.72% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF14C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF14C is #120EB3. Grayscale: #DDDDDD. Windows color (decimal): -1183412 or 5042669. OLE color: 5042669.

HSL color Cylindrical-coordinate representation of color #EDF14C: hue angle of 61.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDF14C is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 76 -
CMYK 0.02 0 0.68 0.05
HSL 61.45º 0.85% 0.62% -
HSV(B) 61.45º 0.68% 0.95% -
XYZ 67.68 81.44 18.99 -
YUV 220.99 46.17 139.42 -
System Red Green Blue C M Y K H S L
Decimal 237 241 76 0.02 0 0.68 0.05 61.45 0.85 0.62
Hex ED F1 4C 2 0 44 5 3D 55 3E
Octal 355 361 114 2 0 104 5 75 125 76
Binary 11101101 11110001 1001100 10 0 1000100 101 111101 1010101 111110

Color Harmonies of #EDF14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF14C

Black with #EDF14C

Text Example


Text Example

White with #EDF14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF14C; }

 p { color: rgb(237,241,76); }

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

background-color css

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

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

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

border-color css

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

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

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