Html Css Color HEX #EFEF42 Paris Daisy

📋 copy color: '#EFEF42'

red 239 ◦ green 239 ◦ blue 66

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

Shades of Paris Daisy #EFEF42

Tints of Paris Daisy #EFEF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.13%

R = 43.93%
G = 43.93%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFEF42 (or 0xEFEF42) is known color: Paris Daisy. HEX triplet: EF, EF and 42. RGB value is (239,239,66). Sum of RGB (Red+Green+Blue) = 239+239+66=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 66 (26.17% from 255 or 12.13% from 544); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF42 is #1010BD. Grayscale: #DBDBDB. Windows color (decimal): -1052862 or 4386799. OLE color: 4386799.

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

Color convert

RGB 239 239 66 -
CMYK 0 0 0.72 0.06
HSL 60º 0.84% 0.6% -
HSV(B) 60º 0.72% 0.94% -
XYZ 67.45 80.48 17.13 -
YUV 219.28 41.5 142.07 -
System Red Green Blue C M Y K H S L
Decimal 239 239 66 0 0 0.72 0.06 60 0.84 0.6
Hex EF EF 42 0 0 48 6 3C 54 3C
Octal 357 357 102 0 0 110 6 74 124 74
Binary 11101111 11101111 1000010 0 0 1001000 110 111100 1010100 111100

Color Harmonies of #EFEF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF42

Black with #EFEF42

Text Example


Text Example

White with #EFEF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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