#EDFB3D

Color #EDFB3D Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #EDFB3D

Tints of Paris Daisy #EDFB3D

Color information

#EDFB3D (or 0xEDFB3D) is unknown color: approx Paris Daisy. HEX triplet: ED, FB and 3D. RGB value is (237,251,61). Sum of RGB (Red+Green+Blue) = 237+251+61=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 61 (24.22% from 255 or 11.11% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB3D is #1204C2. Grayscale: #E1E1E1. Windows color (decimal): -1180867 or 4062189. OLE color: 4062189.

HSL color Cylindrical-coordinate representation of color #EDFB3D: hue angle of 64.42º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDFB3D is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB23725161-
CMYK0.0600.760.02
HSL64.42º95.96%61.18%-
HSV(B)64.42º75.7%98.43%-
XYZ70.2687.3417.57-
YUV225.1535.36136.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 251 (98.44% from 255) = 45.72%
BLUE value IS 61 (24.22% from 255) = 11.11%
R=43.17%
G=45.72%
B=11.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal237251610.0600.760.0264.4295.9661.18
HexEDFB3D604C240603d
Octal3553737560114210014075
Binary1110110111111011111101110010011001010000001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFB3D; }

 p { color: rgb(237,251,61); }

 H1.HeaderClassName
 {
   color: #EDFB3D;
 }
 .AnyTagClassName
 {
   color: #EDFB3D;
 }
</style>
background-color css

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

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

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

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

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

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