Html Css Color HEX #EFED49 Paris Daisy

📋 copy color: '#EFED49'

red 239 ◦ green 237 ◦ blue 73

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

Shades of Paris Daisy #EFED49

Tints of Paris Daisy #EFED49

RGB

 RED value IS 239 (93.75% from 255) = 43.53%

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

 BLUE value IS 73 (28.91% from 255) = 13.3%

R = 43.53%
G = 43.17%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFED49 (or 0xEFED49) is known color: Paris Daisy. HEX triplet: EF, ED and 49. RGB value is (239,237,73). Sum of RGB (Red+Green+Blue) = 239+237+73=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 73 (28.91% from 255 or 13.30% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED49 is #1012B6. Grayscale: #DBDBDB. Windows color (decimal): -1053367 or 4845039. OLE color: 4845039.

HSL color Cylindrical-coordinate representation of color #EFED49: hue angle of 59.28º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFED49 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 73 -
CMYK 0 0.01 0.69 0.06
HSL 59.28º 0.84% 0.61% -
HSV(B) 59.28º 0.69% 0.94% -
XYZ 67.08 79.4 18.09 -
YUV 218.9 45.66 142.34 -
System Red Green Blue C M Y K H S L
Decimal 239 237 73 0 0.01 0.69 0.06 59.28 0.84 0.61
Hex EF ED 49 0 1 45 6 3B 54 3D
Octal 357 355 111 0 1 105 6 73 124 75
Binary 11101111 11101101 1001001 0 1 1000101 110 111011 1010100 111101

Color Harmonies of #EFED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED49

Black with #EFED49

Text Example


Text Example

White with #EFED49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED49; }

 p { color: rgb(239,237,73); }

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

background-color css

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

 a { background-color: rgb(239,237,73); }

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

border-color css

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

 span { border-color: rgb(239,237,73); }

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