#EDEB4A

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

Shades of Paris Daisy #EDEB4A

Tints of Paris Daisy #EDEB4A

Color information

#EDEB4A (or 0xEDEB4A) is unknown color: approx Paris Daisy. HEX triplet: ED, EB and 4A. RGB value is (237,235,74). Sum of RGB (Red+Green+Blue) = 237+235+74=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 74 (29.30% from 255 or 13.55% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB4A is #1214B5. Grayscale: #D9D9D9. Windows color (decimal): -1184950 or 4910061. OLE color: 4910061.

HSL color Cylindrical-coordinate representation of color #EDEB4A: hue angle of 59.26º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDEB4A is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB23723574-
CMYK00.010.690.07
HSL59.26º81.91%60.98%-
HSV(B)59.26º68.78%92.94%-
XYZ65.8777.9218.05-
YUV217.2447.16142.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 235 (92.19% from 255) = 43.04%
BLUE value IS 74 (29.30% from 255) = 13.55%
R=43.41%
G=43.04%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372357400.010.690.0759.2681.9160.98
HexEDEB4A014573b523d
Octal3553531120110577312275
Binary111011011110101110010100110001011111110111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB4A; }

 p { color: rgb(237,235,74); }

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

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

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

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

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

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

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