#FEE34E

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

Shades of Paris Daisy #FEE34E

Tints of Paris Daisy #FEE34E

Color information

#FEE34E (or 0xFEE34E) is unknown color: approx Paris Daisy. HEX triplet: FE, E3 and 4E. RGB value is (254,227,78). Sum of RGB (Red+Green+Blue) = 254+227+78=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 78 (30.86% from 255 or 13.95% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE34E is #011CB1. Grayscale: #DADADA. Windows color (decimal): -72882 or 5170174. OLE color: 5170174.

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

Color convert

RGB25422778-
CMYK00.110.690.00
HSL50.8º98.88%65.1%-
HSV(B)50.8º69.29%99.61%-
XYZ69.7276.5618.31-
YUV218.0948.95153.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.44%
GREEN value IS 227 (89.06% from 255) = 40.61%
BLUE value IS 78 (30.86% from 255) = 13.95%
R=45.44%
G=40.61%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542277800.110.690.0050.898.8865.1
HexFEE34E0B450336341
Octal376343116013105063143101
Binary11111110111000111001110010111000101011001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE34E; }

 p { color: rgb(254,227,78); }

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

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

 a { background-color: rgb(254,227,78); }

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

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

 span { border-color: rgb(254,227,78); }

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