Html Css Color HEX #EFEF45 Paris Daisy

📋 copy color: '#EFEF45'

red 239 ◦ green 239 ◦ blue 69

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

Shades of Paris Daisy #EFEF45

Tints of Paris Daisy #EFEF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.61%

R = 43.69%
G = 43.69%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFEF45 (or 0xEFEF45) is known color: Paris Daisy. HEX triplet: EF, EF and 45. RGB value is (239,239,69). Sum of RGB (Red+Green+Blue) = 239+239+69=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 69 (27.34% from 255 or 12.61% from 547); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF45 is #1010BA. Grayscale: #DCDCDC. Windows color (decimal): -1052859 or 4583407. OLE color: 4583407.

HSL color Cylindrical-coordinate representation of color #EFEF45: 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.71%. Process color model (Four color, CMYK) of #EFEF45 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 69 -
CMYK 0 0 0.71 0.06
HSL 60º 0.84% 0.6% -
HSV(B) 60º 0.71% 0.94% -
XYZ 67.54 80.51 17.61 -
YUV 219.62 43 141.82 -
System Red Green Blue C M Y K H S L
Decimal 239 239 69 0 0 0.71 0.06 60 0.84 0.6
Hex EF EF 45 0 0 47 6 3C 54 3C
Octal 357 357 105 0 0 107 6 74 124 74
Binary 11101111 11101111 1000101 0 0 1000111 110 111100 1010100 111100

Color Harmonies of #EFEF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF45

Black with #EFEF45

Text Example


Text Example

White with #EFEF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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