Html Css Color HEX #EFEF4A Paris Daisy

📋 copy color: '#EFEF4A'

red 239 ◦ green 239 ◦ blue 74

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

Shades of Paris Daisy #EFEF4A

Tints of Paris Daisy #EFEF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.41%

R = 43.3%
G = 43.3%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFEF4A (or 0xEFEF4A) is known color: Paris Daisy. HEX triplet: EF, EF and 4A. RGB value is (239,239,74). Sum of RGB (Red+Green+Blue) = 239+239+74=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 74 (29.30% from 255 or 13.41% from 552); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF4A is #1010B5. Grayscale: #DCDCDC. Windows color (decimal): -1052854 or 4911087. OLE color: 4911087.

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

Color convert

RGB 239 239 74 -
CMYK 0 0 0.69 0.06
HSL 60º 0.84% 0.61% -
HSV(B) 60º 0.69% 0.94% -
XYZ 67.7 80.58 18.46 -
YUV 220.19 45.5 141.42 -
System Red Green Blue C M Y K H S L
Decimal 239 239 74 0 0 0.69 0.06 60 0.84 0.61
Hex EF EF 4A 0 0 45 6 3C 54 3D
Octal 357 357 112 0 0 105 6 74 124 75
Binary 11101111 11101111 1001010 0 0 1000101 110 111100 1010100 111101

Color Harmonies of #EFEF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF4A

Black with #EFEF4A

Text Example


Text Example

White with #EFEF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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