Html Css Color HEX #FFEC46 Paris Daisy

📋 copy color: '#FFEC46'

red 255 ◦ green 236 ◦ blue 70

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

Shades of Paris Daisy #FFEC46

Tints of Paris Daisy #FFEC46

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.07%

 BLUE value IS 70 (27.73% from 255) = 12.48%

R = 45.45%
G = 42.07%
B = 12.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFEC46 (or 0xFFEC46) is known color: Paris Daisy. HEX triplet: FF, EC and 46. RGB value is (255,236,70). Sum of RGB (Red+Green+Blue) = 255+236+70=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 70 (27.73% from 255 or 12.48% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC46 is #0013B9. Grayscale: #DFDFDF. Windows color (decimal): -5050 or 4648191. OLE color: 4648191.

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

Color convert

RGB 255 236 70 -
CMYK 0 0.07 0.73 0
HSL 53.84º 1% 0.64% -
HSV(B) 53.84º 0.73% 1% -
XYZ 72.34 81.69 17.75 -
YUV 222.76 41.79 151 -
System Red Green Blue C M Y K H S L
Decimal 255 236 70 0 0.07 0.73 0 53.84 1 0.64
Hex FF EC 46 0 7 49 0 36 64 40
Octal 377 354 106 0 7 111 0 66 144 100
Binary 11111111 11101100 1000110 0 111 1001001 0 110110 1100100 1000000

Color Harmonies of #FFEC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC46

Black with #FFEC46

Text Example


Text Example

White with #FFEC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC46; }

 p { color: rgb(255,236,70); }

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

background-color css

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

 a { background-color: rgb(255,236,70); }

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

border-color css

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

 span { border-color: rgb(255,236,70); }

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