Html Css Color HEX #EDF64C Paris Daisy

📋 copy color: '#EDF64C'

red 237 ◦ green 246 ◦ blue 76

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

Shades of Paris Daisy #EDF64C

Tints of Paris Daisy #EDF64C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.01%

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

R = 42.4%
G = 44.01%
B = 13.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#EDF64C (or 0xEDF64C) is known color: Paris Daisy. HEX triplet: ED, F6 and 4C. RGB value is (237,246,76). Sum of RGB (Red+Green+Blue) = 237+246+76=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 76 (30.08% from 255 or 13.60% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF64C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF64C is #1209B3. Grayscale: #E0E0E0. Windows color (decimal): -1182132 or 5043949. OLE color: 5043949.

HSL color Cylindrical-coordinate representation of color #EDF64C: hue angle of 63.18º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDF64C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 76 -
CMYK 0.04 0 0.69 0.04
HSL 63.18º 0.9% 0.63% -
HSV(B) 63.18º 0.69% 0.96% -
XYZ 69.19 84.44 19.49 -
YUV 223.93 44.52 137.32 -
System Red Green Blue C M Y K H S L
Decimal 237 246 76 0.04 0 0.69 0.04 63.18 0.9 0.63
Hex ED F6 4C 4 0 45 4 3F 5A 3F
Octal 355 366 114 4 0 105 4 77 132 77
Binary 11101101 11110110 1001100 100 0 1000101 100 111111 1011010 111111

Color Harmonies of #EDF64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF64C

Black with #EDF64C

Text Example


Text Example

White with #EDF64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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