Html Css Color HEX #FEE34C Paris Daisy

📋 copy color: '#FEE34C'

red 254 ◦ green 227 ◦ blue 76

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

Shades of Paris Daisy #FEE34C

Tints of Paris Daisy #FEE34C

RGB

 RED value IS 254 (99.61% from 255) = 45.6%

 GREEN value IS 227 (89.06% from 255) = 40.75%

 BLUE value IS 76 (30.08% from 255) = 13.64%

R = 45.6%
G = 40.75%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEE34C (or 0xFEE34C) is known color: Paris Daisy. HEX triplet: FE, E3 and 4C. RGB value is (254,227,76). Sum of RGB (Red+Green+Blue) = 254+227+76=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 76 (30.08% from 255 or 13.64% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE34C is #011CB3. Grayscale: #DADADA. Windows color (decimal): -72884 or 5039102. OLE color: 5039102.

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

Color convert

RGB 254 227 76 -
CMYK 0 0.11 0.70 0.00
HSL 50.9º 0.99% 0.65% -
HSV(B) 50.9º 0.7% 1% -
XYZ 69.65 76.53 17.94 -
YUV 217.86 47.95 153.78 -
System Red Green Blue C M Y K H S L
Decimal 254 227 76 0 0.11 0.70 0.00 50.9 0.99 0.65
Hex FE E3 4C 0 B 46 0 33 63 41
Octal 376 343 114 0 13 106 0 63 143 101
Binary 11111110 11100011 1001100 0 1011 1000110 0 110011 1100011 1000001

Color Harmonies of #FEE34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE34C

Black with #FEE34C

Text Example


Text Example

White with #FEE34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE34C; }

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

 H1.HeaderClassName
 {
   color: #FEE34C;
 }
 .AnyTagClassName
 {
   color: #FEE34C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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