Html Css Color HEX #FFEA45 Paris Daisy

📋 copy color: '#FFEA45'

red 255 ◦ green 234 ◦ blue 69

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

Shades of Paris Daisy #FFEA45

Tints of Paris Daisy #FFEA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.37%

R = 45.7%
G = 41.94%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFEA45 (or 0xFFEA45) is known color: Paris Daisy. HEX triplet: FF, EA and 45. RGB value is (255,234,69). Sum of RGB (Red+Green+Blue) = 255+234+69=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 69 (27.34% from 255 or 12.37% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA45 is #0015BA. Grayscale: #DEDEDE. Windows color (decimal): -5563 or 4582143. OLE color: 4582143.

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

Color convert

RGB 255 234 69 -
CMYK 0 0.08 0.73 0
HSL 53.23º 1% 0.64% -
HSV(B) 53.23º 0.73% 1% -
XYZ 71.74 80.54 17.39 -
YUV 221.47 41.96 151.92 -
System Red Green Blue C M Y K H S L
Decimal 255 234 69 0 0.08 0.73 0 53.23 1 0.64
Hex FF EA 45 0 8 49 0 35 64 40
Octal 377 352 105 0 10 111 0 65 144 100
Binary 11111111 11101010 1000101 0 1000 1001001 0 110101 1100100 1000000

Color Harmonies of #FFEA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA45

Black with #FFEA45

Text Example


Text Example

White with #FFEA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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