Html Css Color HEX #EFEF4E Paris Daisy

📋 copy color: '#EFEF4E'

red 239 ◦ green 239 ◦ blue 78

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

Shades of Paris Daisy #EFEF4E

Tints of Paris Daisy #EFEF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.03%

R = 42.99%
G = 42.99%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFEF4E (or 0xEFEF4E) is known color: Paris Daisy. HEX triplet: EF, EF and 4E. RGB value is (239,239,78). Sum of RGB (Red+Green+Blue) = 239+239+78=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 78 (30.86% from 255 or 14.03% from 556); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF4E is #1010B1. Grayscale: #DDDDDD. Windows color (decimal): -1052850 or 5173231. OLE color: 5173231.

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

Color convert

RGB 239 239 78 -
CMYK 0 0 0.67 0.06
HSL 60º 0.83% 0.62% -
HSV(B) 60º 0.67% 0.94% -
XYZ 67.84 80.63 19.2 -
YUV 220.65 47.5 141.09 -
System Red Green Blue C M Y K H S L
Decimal 239 239 78 0 0 0.67 0.06 60 0.83 0.62
Hex EF EF 4E 0 0 43 6 3C 53 3E
Octal 357 357 116 0 0 103 6 74 123 76
Binary 11101111 11101111 1001110 0 0 1000011 110 111100 1010011 111110

Color Harmonies of #EFEF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF4E

Black with #EFEF4E

Text Example


Text Example

White with #EFEF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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