Html Css Color HEX #FEEE46 Paris Daisy

📋 copy color: '#FEEE46'

red 254 ◦ green 238 ◦ blue 70

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

Shades of Paris Daisy #FEEE46

Tints of Paris Daisy #FEEE46

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.35%

 BLUE value IS 70 (27.73% from 255) = 12.46%

R = 45.2%
G = 42.35%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEEE46 (or 0xFEEE46) is known color: Paris Daisy. HEX triplet: FE, EE and 46. RGB value is (254,238,70). Sum of RGB (Red+Green+Blue) = 254+238+70=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 70 (27.73% from 255 or 12.46% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEE46 is #0111B9. Grayscale: #E0E0E0. Windows color (decimal): -70074 or 4648702. OLE color: 4648702.

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

Color convert

RGB 254 238 70 -
CMYK 0 0.06 0.72 0.00
HSL 54.78º 0.99% 0.64% -
HSV(B) 54.78º 0.72% 1% -
XYZ 72.55 82.66 17.93 -
YUV 223.63 41.3 149.66 -
System Red Green Blue C M Y K H S L
Decimal 254 238 70 0 0.06 0.72 0.00 54.78 0.99 0.64
Hex FE EE 46 0 6 48 0 37 63 40
Octal 376 356 106 0 6 110 0 67 143 100
Binary 11111110 11101110 1000110 0 110 1001000 0 110111 1100011 1000000

Color Harmonies of #FEEE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEE46

Black with #FEEE46

Text Example


Text Example

White with #FEEE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEE46; }

 p { color: rgb(254,238,70); }

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

background-color css

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

 a { background-color: rgb(254,238,70); }

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

border-color css

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

 span { border-color: rgb(254,238,70); }

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