Html Css Color HEX #FFED46 Paris Daisy

📋 copy color: '#FFED46'

red 255 ◦ green 237 ◦ blue 70

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

Shades of Paris Daisy #FFED46

Tints of Paris Daisy #FFED46

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.17%

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

R = 45.37%
G = 42.17%
B = 12.46%

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

#FFED46 (or 0xFFED46) is known color: Paris Daisy. HEX triplet: FF, ED and 46. RGB value is (255,237,70). Sum of RGB (Red+Green+Blue) = 255+237+70=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 70 (27.73% from 255 or 12.46% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED46 is #0012B9. Grayscale: #E0E0E0. Windows color (decimal): -4794 or 4648447. OLE color: 4648447.

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

Color convert

RGB 255 237 70 -
CMYK 0 0.07 0.73 0
HSL 54.16º 1% 0.64% -
HSV(B) 54.16º 0.73% 1% -
XYZ 72.63 82.27 17.85 -
YUV 223.34 41.46 150.58 -
System Red Green Blue C M Y K H S L
Decimal 255 237 70 0 0.07 0.73 0 54.16 1 0.64
Hex FF ED 46 0 7 49 0 36 64 40
Octal 377 355 106 0 7 111 0 66 144 100
Binary 11111111 11101101 1000110 0 111 1001001 0 110110 1100100 1000000

Color Harmonies of #FFED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED46

Black with #FFED46

Text Example


Text Example

White with #FFED46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED46; }

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

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

background-color css

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

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

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

border-color css

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

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

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