Html Css Color HEX #FFEA4D Paris Daisy

📋 copy color: '#FFEA4D'

red 255 ◦ green 234 ◦ blue 77

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

Shades of Paris Daisy #FFEA4D

Tints of Paris Daisy #FFEA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.6%

R = 45.05%
G = 41.34%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFEA4D (or 0xFFEA4D) is known color: Paris Daisy. HEX triplet: FF, EA and 4D. RGB value is (255,234,77). Sum of RGB (Red+Green+Blue) = 255+234+77=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 77 (30.47% from 255 or 13.60% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA4D is #0015B2. Grayscale: #DFDFDF. Windows color (decimal): -5555 or 5106431. OLE color: 5106431.

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

Color convert

RGB 255 234 77 -
CMYK 0 0.08 0.70 0
HSL 52.92º 1% 0.65% -
HSV(B) 52.92º 0.7% 1% -
XYZ 72 80.64 18.79 -
YUV 222.38 45.96 151.27 -
System Red Green Blue C M Y K H S L
Decimal 255 234 77 0 0.08 0.70 0 52.92 1 0.65
Hex FF EA 4D 0 8 46 0 35 64 41
Octal 377 352 115 0 10 106 0 65 144 101
Binary 11111111 11101010 1001101 0 1000 1000110 0 110101 1100100 1000001

Color Harmonies of #FFEA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA4D

Black with #FFEA4D

Text Example


Text Example

White with #FFEA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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