#FFE34D

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

Shades of Paris Daisy #FFE34D

Tints of Paris Daisy #FFE34D

Color information

#FFE34D (or 0xFFE34D) is unknown color: approx Paris Daisy. HEX triplet: FF, E3 and 4D. RGB value is (255,227,77). Sum of RGB (Red+Green+Blue) = 255+227+77=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 77 (30.47% from 255 or 13.77% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE34D is #001CB2. Grayscale: #DADADA. Windows color (decimal): -7347 or 5104639. OLE color: 5104639.

HSL color Cylindrical-coordinate representation of color #FFE34D: hue angle of 50.56º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFE34D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB25522777-
CMYK00.110.700
HSL50.56º100%65.1%-
HSV(B)50.56º69.8%100%-
XYZ70.0576.7318.14-
YUV218.2748.28154.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 227 (89.06% from 255) = 40.61%
BLUE value IS 77 (30.47% from 255) = 13.77%
R=45.62%
G=40.61%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552277700.110.70050.5610065.1
HexFFE34D0B460336441
Octal377343115013106063144101
Binary11111111111000111001101010111000110011001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE34D; }

 p { color: rgb(255,227,77); }

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

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

 a { background-color: rgb(255,227,77); }

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

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

 span { border-color: rgb(255,227,77); }

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