#EDE54B

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

Shades of Paris Daisy #EDE54B

Tints of Paris Daisy #EDE54B

Color information

#EDE54B (or 0xEDE54B) is unknown color: approx Paris Daisy. HEX triplet: ED, E5 and 4B. RGB value is (237,229,75). Sum of RGB (Red+Green+Blue) = 237+229+75=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 75 (29.69% from 255 or 13.86% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE54B is #121AB4. Grayscale: #D6D6D6. Windows color (decimal): -1186485 or 4974061. OLE color: 4974061.

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

Color convert

RGB23722975-
CMYK00.030.680.07
HSL57.04º81.82%61.18%-
HSV(B)57.04º68.35%92.94%-
XYZ64.2174.5517.66-
YUV213.8449.65144.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 229 (89.84% from 255) = 42.33%
BLUE value IS 75 (29.69% from 255) = 13.86%
R=43.81%
G=42.33%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372297500.030.680.0757.0481.8261.18
HexEDE54B0344739523d
Octal3553451130310477112275
Binary1110110111100101100101101110001001111110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE54B; }

 p { color: rgb(237,229,75); }

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

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

 a { background-color: rgb(237,229,75); }

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

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

 span { border-color: rgb(237,229,75); }

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