Html Css Color HEX #EFEB41 Paris Daisy

📋 copy color: '#EFEB41'

red 239 ◦ green 235 ◦ blue 65

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

Shades of Paris Daisy #EFEB41

Tints of Paris Daisy #EFEB41

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.6%

 BLUE value IS 65 (25.78% from 255) = 12.06%

R = 44.34%
G = 43.6%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFEB41 (or 0xEFEB41) is known color: Paris Daisy. HEX triplet: EF, EB and 41. RGB value is (239,235,65). Sum of RGB (Red+Green+Blue) = 239+235+65=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 65 (25.78% from 255 or 12.06% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB41 is #1014BE. Grayscale: #D9D9D9. Windows color (decimal): -1053887 or 4320239. OLE color: 4320239.

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

Color convert

RGB 239 235 65 -
CMYK 0 0.02 0.73 0.06
HSL 58.62º 0.84% 0.6% -
HSV(B) 58.62º 0.73% 0.94% -
XYZ 66.26 78.15 16.59 -
YUV 216.82 42.33 143.82 -
System Red Green Blue C M Y K H S L
Decimal 239 235 65 0 0.02 0.73 0.06 58.62 0.84 0.6
Hex EF EB 41 0 2 49 6 3B 54 3C
Octal 357 353 101 0 2 111 6 73 124 74
Binary 11101111 11101011 1000001 0 10 1001001 110 111011 1010100 111100

Color Harmonies of #EFEB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB41

Black with #EFEB41

Text Example


Text Example

White with #EFEB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB41; }

 p { color: rgb(239,235,65); }

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

background-color css

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

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

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

border-color css

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

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

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