Html Css Color HEX #FFE445 Paris Daisy

📋 copy color: '#FFE445'

red 255 ◦ green 228 ◦ blue 69

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

Shades of Paris Daisy #FFE445

Tints of Paris Daisy #FFE445

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.3%

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

R = 46.2%
G = 41.3%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFE445 (or 0xFFE445) is known color: Paris Daisy. HEX triplet: FF, E4 and 45. RGB value is (255,228,69). Sum of RGB (Red+Green+Blue) = 255+228+69=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 69 (27.34% from 255 or 12.5% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE445 is #001BBA. Grayscale: #DADADA. Windows color (decimal): -7099 or 4580607. OLE color: 4580607.

HSL color Cylindrical-coordinate representation of color #FFE445: hue angle of 51.29º 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 #FFE445 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB 255 228 69 -
CMYK 0 0.11 0.73 0
HSL 51.29º 1% 0.64% -
HSV(B) 51.29º 0.73% 1% -
XYZ 70.06 77.18 16.83 -
YUV 217.95 43.95 154.43 -
System Red Green Blue C M Y K H S L
Decimal 255 228 69 0 0.11 0.73 0 51.29 1 0.64
Hex FF E4 45 0 B 49 0 33 64 40
Octal 377 344 105 0 13 111 0 63 144 100
Binary 11111111 11100100 1000101 0 1011 1001001 0 110011 1100100 1000000

Color Harmonies of #FFE445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE445

Black with #FFE445

Text Example


Text Example

White with #FFE445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE445; }

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

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

background-color css

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

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

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

border-color css

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

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

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