Html Css Color HEX #FFEC42 Paris Daisy

📋 copy color: '#FFEC42'

red 255 ◦ green 236 ◦ blue 66

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

Shades of Paris Daisy #FFEC42

Tints of Paris Daisy #FFEC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.85%

R = 45.78%
G = 42.37%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFEC42 (or 0xFFEC42) is known color: Paris Daisy. HEX triplet: FF, EC and 42. RGB value is (255,236,66). Sum of RGB (Red+Green+Blue) = 255+236+66=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 66 (26.17% from 255 or 11.85% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC42 is #0013BD. Grayscale: #DEDEDE. Windows color (decimal): -5054 or 4386047. OLE color: 4386047.

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

Color convert

RGB 255 236 66 -
CMYK 0 0.07 0.74 0
HSL 53.97º 1% 0.63% -
HSV(B) 53.97º 0.74% 1% -
XYZ 72.22 81.64 17.11 -
YUV 222.3 39.79 151.32 -
System Red Green Blue C M Y K H S L
Decimal 255 236 66 0 0.07 0.74 0 53.97 1 0.63
Hex FF EC 42 0 7 4A 0 36 64 3F
Octal 377 354 102 0 7 112 0 66 144 77
Binary 11111111 11101100 1000010 0 111 1001010 0 110110 1100100 111111

Color Harmonies of #FFEC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC42

Black with #FFEC42

Text Example


Text Example

White with #FFEC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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