Html Css Color HEX #EFED50 Paris Daisy

📋 copy color: '#EFED50'

red 239 ◦ green 237 ◦ blue 80

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

Shades of Paris Daisy #EFED50

Tints of Paris Daisy #EFED50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.39%

R = 42.99%
G = 42.63%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFED50 (or 0xEFED50) is known color: Paris Daisy. HEX triplet: EF, ED and 50. RGB value is (239,237,80). Sum of RGB (Red+Green+Blue) = 239+237+80=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 80 (31.64% from 255 or 14.39% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED50 is #1012AF. Grayscale: #DCDCDC. Windows color (decimal): -1053360 or 5303791. OLE color: 5303791.

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

Color convert

RGB 239 237 80 -
CMYK 0 0.01 0.67 0.06
HSL 59.25º 0.83% 0.63% -
HSV(B) 59.25º 0.67% 0.94% -
XYZ 67.33 79.5 19.39 -
YUV 219.7 49.16 141.77 -
System Red Green Blue C M Y K H S L
Decimal 239 237 80 0 0.01 0.67 0.06 59.25 0.83 0.63
Hex EF ED 50 0 1 43 6 3B 53 3F
Octal 357 355 120 0 1 103 6 73 123 77
Binary 11101111 11101101 1010000 0 1 1000011 110 111011 1010011 111111

Color Harmonies of #EFED50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED50

Black with #EFED50

Text Example


Text Example

White with #EFED50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED50; }

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

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

background-color css

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

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

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

border-color css

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

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

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