Html Css Color HEX #FFEA56 Paris Daisy

📋 copy color: '#FFEA56'

red 255 ◦ green 234 ◦ blue 86

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

Shades of Paris Daisy #FFEA56

Tints of Paris Daisy #FFEA56

RGB

 RED value IS 255 (100% from 255) = 44.35%

 GREEN value IS 234 (91.8% from 255) = 40.7%

 BLUE value IS 86 (33.98% from 255) = 14.96%

R = 44.35%
G = 40.7%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#FFEA56 (or 0xFFEA56) is known color: Paris Daisy. HEX triplet: FF, EA and 56. RGB value is (255,234,86). Sum of RGB (Red+Green+Blue) = 255+234+86=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 86 (33.98% from 255 or 14.96% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA56 is #0015A9. Grayscale: #E0E0E0. Windows color (decimal): -5546 or 5696255. OLE color: 5696255.

HSL color Cylindrical-coordinate representation of color #FFEA56: hue angle of 52.54º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFEA56 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.

Color convert

RGB 255 234 86 -
CMYK 0 0.08 0.66 0
HSL 52.54º 1% 0.67% -
HSV(B) 52.54º 0.66% 1% -
XYZ 72.34 80.78 20.58 -
YUV 223.41 50.46 150.53 -
System Red Green Blue C M Y K H S L
Decimal 255 234 86 0 0.08 0.66 0 52.54 1 0.67
Hex FF EA 56 0 8 42 0 35 64 43
Octal 377 352 126 0 10 102 0 65 144 103
Binary 11111111 11101010 1010110 0 1000 1000010 0 110101 1100100 1000011

Color Harmonies of #FFEA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA56

Black with #FFEA56

Text Example


Text Example

White with #FFEA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA56; }

 p { color: rgb(255,234,86); }

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

background-color css

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

 a { background-color: rgb(255,234,86); }

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

border-color css

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

 span { border-color: rgb(255,234,86); }

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