Html Css Color HEX #FFE945 Paris Daisy

📋 copy color: '#FFE945'

red 255 ◦ green 233 ◦ blue 69

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

Shades of Paris Daisy #FFE945

Tints of Paris Daisy #FFE945

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.83%

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

R = 45.78%
G = 41.83%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFE945 (or 0xFFE945) is known color: Paris Daisy. HEX triplet: FF, E9 and 45. RGB value is (255,233,69). Sum of RGB (Red+Green+Blue) = 255+233+69=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 69 (27.34% from 255 or 12.39% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE945 is #0016BA. Grayscale: #DDDDDD. Windows color (decimal): -5819 or 4581887. OLE color: 4581887.

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

Color convert

RGB 255 233 69 -
CMYK 0 0.09 0.73 0
HSL 52.9º 1% 0.64% -
HSV(B) 52.9º 0.73% 1% -
XYZ 71.45 79.97 17.3 -
YUV 220.88 42.29 152.34 -
System Red Green Blue C M Y K H S L
Decimal 255 233 69 0 0.09 0.73 0 52.9 1 0.64
Hex FF E9 45 0 9 49 0 35 64 40
Octal 377 351 105 0 11 111 0 65 144 100
Binary 11111111 11101001 1000101 0 1001 1001001 0 110101 1100100 1000000

Color Harmonies of #FFE945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE945

Black with #FFE945

Text Example


Text Example

White with #FFE945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE945; }

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

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

background-color css

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

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

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

border-color css

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

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

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