Html Css Color HEX #EFEF40 Paris Daisy

📋 copy color: '#EFEF40'

red 239 ◦ green 239 ◦ blue 64

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

Shades of Paris Daisy #EFEF40

Tints of Paris Daisy #EFEF40

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.1%

 BLUE value IS 64 (25.39% from 255) = 11.81%

R = 44.1%
G = 44.1%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFEF40 (or 0xEFEF40) is known color: Paris Daisy. HEX triplet: EF, EF and 40. RGB value is (239,239,64). Sum of RGB (Red+Green+Blue) = 239+239+64=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 64 (25.39% from 255 or 11.81% from 542); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF40 is #1010BF. Grayscale: #DBDBDB. Windows color (decimal): -1052864 or 4255727. OLE color: 4255727.

HSL color Cylindrical-coordinate representation of color #EFEF40: hue angle of 60º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFEF40 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 64 -
CMYK 0 0 0.73 0.06
HSL 60º 0.85% 0.59% -
HSV(B) 60º 0.73% 0.94% -
XYZ 67.39 80.45 16.83 -
YUV 219.05 40.5 142.23 -
System Red Green Blue C M Y K H S L
Decimal 239 239 64 0 0 0.73 0.06 60 0.85 0.59
Hex EF EF 40 0 0 49 6 3C 55 3B
Octal 357 357 100 0 0 111 6 74 125 73
Binary 11101111 11101111 1000000 0 0 1001001 110 111100 1010101 111011

Color Harmonies of #EFEF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF40

Black with #EFEF40

Text Example


Text Example

White with #EFEF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF40; }

 p { color: rgb(239,239,64); }

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

background-color css

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

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

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

border-color css

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

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

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