Html Css Color HEX #FEE34E Paris Daisy

📋 copy color: '#FEE34E'

red 254 ◦ green 227 ◦ blue 78

#FEE34E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #FEE34E

Tints of Paris Daisy #FEE34E

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 value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEE34E (or 0xFEE34E) is known color: 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

RGB 254 227 78 -
CMYK 0 0.11 0.69 0.00
HSL 50.8º 0.99% 0.65% -
HSV(B) 50.8º 0.69% 1% -
XYZ 69.72 76.56 18.31 -
YUV 218.09 48.95 153.62 -
System Red Green Blue C M Y K H S L
Decimal 254 227 78 0 0.11 0.69 0.00 50.8 0.99 0.65
Hex FE E3 4E 0 B 45 0 33 63 41
Octal 376 343 116 0 13 105 0 63 143 101
Binary 11111110 11100011 1001110 0 1011 1000101 0 110011 1100011 1000001

Color Harmonies of #FEE34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE34E

Black with #FEE34E

Text Example


Text Example

White with #FEE34E

Text Example


Text Example

HTML Codes & Css Web 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>