Html Css Color HEX #FFE345 Paris Daisy

📋 copy color: '#FFE345'

red 255 ◦ green 227 ◦ blue 69

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

Shades of Paris Daisy #FFE345

Tints of Paris Daisy #FFE345

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.2%

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

R = 46.28%
G = 41.2%
B = 12.52%

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

#FFE345 (or 0xFFE345) is known color: Paris Daisy. HEX triplet: FF, E3 and 45. RGB value is (255,227,69). Sum of RGB (Red+Green+Blue) = 255+227+69=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 69 (27.34% from 255 or 12.52% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE345 is #001CBA. Grayscale: #DADADA. Windows color (decimal): -7355 or 4580351. OLE color: 4580351.

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

Color convert

RGB 255 227 69 -
CMYK 0 0.11 0.73 0
HSL 50.97º 1% 0.64% -
HSV(B) 50.97º 0.73% 1% -
XYZ 69.78 76.63 16.74 -
YUV 217.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 255 227 69 0 0.11 0.73 0 50.97 1 0.64
Hex FF E3 45 0 B 49 0 33 64 40
Octal 377 343 105 0 13 111 0 63 144 100
Binary 11111111 11100011 1000101 0 1011 1001001 0 110011 1100100 1000000

Color Harmonies of #FFE345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE345

Black with #FFE345

Text Example


Text Example

White with #FFE345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE345; }

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

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

background-color css

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

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

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

border-color css

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

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

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