Html Css Color HEX #EFED40 Paris Daisy

📋 copy color: '#EFED40'

red 239 ◦ green 237 ◦ blue 64

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

Shades of Paris Daisy #EFED40

Tints of Paris Daisy #EFED40

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 64 (25.39% from 255) = 11.85%

R = 44.26%
G = 43.89%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFED40 (or 0xEFED40) is known color: Paris Daisy. HEX triplet: EF, ED and 40. RGB value is (239,237,64). Sum of RGB (Red+Green+Blue) = 239+237+64=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 64 (25.39% from 255 or 11.85% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED40 is #1012BF. Grayscale: #DADADA. Windows color (decimal): -1053376 or 4255215. OLE color: 4255215.

HSL color Cylindrical-coordinate representation of color #EFED40: hue angle of 59.31º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFED40 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 64 -
CMYK 0 0.01 0.73 0.06
HSL 59.31º 0.85% 0.59% -
HSV(B) 59.31º 0.73% 0.94% -
XYZ 66.81 79.29 16.63 -
YUV 217.88 41.16 143.07 -
System Red Green Blue C M Y K H S L
Decimal 239 237 64 0 0.01 0.73 0.06 59.31 0.85 0.59
Hex EF ED 40 0 1 49 6 3B 55 3B
Octal 357 355 100 0 1 111 6 73 125 73
Binary 11101111 11101101 1000000 0 1 1001001 110 111011 1010101 111011

Color Harmonies of #EFED40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED40

Black with #EFED40

Text Example


Text Example

White with #EFED40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED40; }

 p { color: rgb(239,237,64); }

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

background-color css

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

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

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

border-color css

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

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

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