Html Css Color HEX #EFEF52 Paris Daisy

📋 copy color: '#EFEF52'

red 239 ◦ green 239 ◦ blue 82

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

Shades of Paris Daisy #EFEF52

Tints of Paris Daisy #EFEF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.64%

R = 42.68%
G = 42.68%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFEF52 (or 0xEFEF52) is known color: Paris Daisy. HEX triplet: EF, EF and 52. RGB value is (239,239,82). Sum of RGB (Red+Green+Blue) = 239+239+82=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 82 (32.42% from 255 or 14.64% from 560); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF52 is #1010AD. Grayscale: #DDDDDD. Windows color (decimal): -1052846 or 5435375. OLE color: 5435375.

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

Color convert

RGB 239 239 82 -
CMYK 0 0 0.66 0.06
HSL 60º 0.83% 0.63% -
HSV(B) 60º 0.66% 0.94% -
XYZ 67.99 80.69 19.97 -
YUV 221.1 49.5 140.77 -
System Red Green Blue C M Y K H S L
Decimal 239 239 82 0 0 0.66 0.06 60 0.83 0.63
Hex EF EF 52 0 0 42 6 3C 53 3F
Octal 357 357 122 0 0 102 6 74 123 77
Binary 11101111 11101111 1010010 0 0 1000010 110 111100 1010011 111111

Color Harmonies of #EFEF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF52

Black with #EFEF52

Text Example


Text Example

White with #EFEF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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