Html Css Color HEX #EFEB50 Paris Daisy

📋 copy color: '#EFEB50'

red 239 ◦ green 235 ◦ blue 80

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

Shades of Paris Daisy #EFEB50

Tints of Paris Daisy #EFEB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.44%

R = 43.14%
G = 42.42%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFEB50 (or 0xEFEB50) is known color: Paris Daisy. HEX triplet: EF, EB and 50. RGB value is (239,235,80). Sum of RGB (Red+Green+Blue) = 239+235+80=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 80 (31.64% from 255 or 14.44% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB50 is #1014AF. Grayscale: #DBDBDB. Windows color (decimal): -1053872 or 5303279. OLE color: 5303279.

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

Color convert

RGB 239 235 80 -
CMYK 0 0.02 0.67 0.06
HSL 58.49º 0.83% 0.63% -
HSV(B) 58.49º 0.67% 0.94% -
XYZ 66.75 78.35 19.19 -
YUV 218.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 239 235 80 0 0.02 0.67 0.06 58.49 0.83 0.63
Hex EF EB 50 0 2 43 6 3A 53 3F
Octal 357 353 120 0 2 103 6 72 123 77
Binary 11101111 11101011 1010000 0 10 1000011 110 111010 1010011 111111

Color Harmonies of #EFEB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB50

Black with #EFEB50

Text Example


Text Example

White with #EFEB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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