Html Css Color HEX #EFEB54 Paris Daisy

📋 copy color: '#EFEB54'

red 239 ◦ green 235 ◦ blue 84

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

Shades of Paris Daisy #EFEB54

Tints of Paris Daisy #EFEB54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.05%

R = 42.83%
G = 42.11%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFEB54 (or 0xEFEB54) is known color: Paris Daisy. HEX triplet: EF, EB and 54. RGB value is (239,235,84). Sum of RGB (Red+Green+Blue) = 239+235+84=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 84 (33.20% from 255 or 15.05% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB54 is #1014AB. Grayscale: #DBDBDB. Windows color (decimal): -1053868 or 5565423. OLE color: 5565423.

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

Color convert

RGB 239 235 84 -
CMYK 0 0.02 0.65 0.06
HSL 58.45º 0.83% 0.63% -
HSV(B) 58.45º 0.65% 0.94% -
XYZ 66.91 78.41 20 -
YUV 218.98 51.83 142.28 -
System Red Green Blue C M Y K H S L
Decimal 239 235 84 0 0.02 0.65 0.06 58.45 0.83 0.63
Hex EF EB 54 0 2 41 6 3A 53 3F
Octal 357 353 124 0 2 101 6 72 123 77
Binary 11101111 11101011 1010100 0 10 1000001 110 111010 1010011 111111

Color Harmonies of #EFEB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB54

Black with #EFEB54

Text Example


Text Example

White with #EFEB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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