Html Css Color HEX #FFED4C Paris Daisy

📋 copy color: '#FFED4C'

red 255 ◦ green 237 ◦ blue 76

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

Shades of Paris Daisy #FFED4C

Tints of Paris Daisy #FFED4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.38%

R = 44.89%
G = 41.73%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFED4C (or 0xFFED4C) is known color: Paris Daisy. HEX triplet: FF, ED and 4C. RGB value is (255,237,76). Sum of RGB (Red+Green+Blue) = 255+237+76=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 76 (30.08% from 255 or 13.38% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED4C is #0012B3. Grayscale: #E0E0E0. Windows color (decimal): -4788 or 5041663. OLE color: 5041663.

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

Color convert

RGB 255 237 76 -
CMYK 0 0.07 0.70 0
HSL 53.97º 1% 0.65% -
HSV(B) 53.97º 0.7% 1% -
XYZ 72.83 82.35 18.89 -
YUV 224.03 44.46 150.09 -
System Red Green Blue C M Y K H S L
Decimal 255 237 76 0 0.07 0.70 0 53.97 1 0.65
Hex FF ED 4C 0 7 46 0 36 64 41
Octal 377 355 114 0 7 106 0 66 144 101
Binary 11111111 11101101 1001100 0 111 1000110 0 110110 1100100 1000001

Color Harmonies of #FFED4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED4C

Black with #FFED4C

Text Example


Text Example

White with #FFED4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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