Html Css Color HEX #FFEC52 Paris Daisy

📋 copy color: '#FFEC52'

red 255 ◦ green 236 ◦ blue 82

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

Shades of Paris Daisy #FFEC52

Tints of Paris Daisy #FFEC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.31%

R = 44.5%
G = 41.19%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFEC52 (or 0xFFEC52) is known color: Paris Daisy. HEX triplet: FF, EC and 52. RGB value is (255,236,82). Sum of RGB (Red+Green+Blue) = 255+236+82=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 82 (32.42% from 255 or 14.31% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC52 is #0013AD. Grayscale: #E0E0E0. Windows color (decimal): -5038 or 5434623. OLE color: 5434623.

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

Color convert

RGB 255 236 82 -
CMYK 0 0.07 0.68 0
HSL 53.41º 1% 0.66% -
HSV(B) 53.41º 0.68% 1% -
XYZ 72.76 81.86 19.95 -
YUV 224.13 47.79 150.02 -
System Red Green Blue C M Y K H S L
Decimal 255 236 82 0 0.07 0.68 0 53.41 1 0.66
Hex FF EC 52 0 7 44 0 35 64 42
Octal 377 354 122 0 7 104 0 65 144 102
Binary 11111111 11101100 1010010 0 111 1000100 0 110101 1100100 1000010

Color Harmonies of #FFEC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC52

Black with #FFEC52

Text Example


Text Example

White with #FFEC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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