Html Css Color HEX #EFEC50 Paris Daisy

📋 copy color: '#EFEC50'

red 239 ◦ green 236 ◦ blue 80

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

Shades of Paris Daisy #EFEC50

Tints of Paris Daisy #EFEC50

RGB

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

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

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

R = 43.06%
G = 42.52%
B = 14.41%

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

#EFEC50 (or 0xEFEC50) is known color: Paris Daisy. HEX triplet: EF, EC and 50. RGB value is (239,236,80). Sum of RGB (Red+Green+Blue) = 239+236+80=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 80 (31.64% from 255 or 14.41% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEC50 is #1013AF. Grayscale: #DBDBDB. Windows color (decimal): -1053616 or 5303535. OLE color: 5303535.

HSL color Cylindrical-coordinate representation of color #EFEC50: hue angle of 58.87º 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 #EFEC50 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 236 80 -
CMYK 0 0.01 0.67 0.06
HSL 58.87º 0.83% 0.63% -
HSV(B) 58.87º 0.67% 0.94% -
XYZ 67.04 78.92 19.29 -
YUV 219.11 49.49 142.18 -
System Red Green Blue C M Y K H S L
Decimal 239 236 80 0 0.01 0.67 0.06 58.87 0.83 0.63
Hex EF EC 50 0 1 43 6 3B 53 3F
Octal 357 354 120 0 1 103 6 73 123 77
Binary 11101111 11101100 1010000 0 1 1000011 110 111011 1010011 111111

Color Harmonies of #EFEC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC50

Black with #EFEC50

Text Example


Text Example

White with #EFEC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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