Html Css Color HEX #EFEB55 Paris Daisy

📋 copy color: '#EFEB55'

red 239 ◦ green 235 ◦ blue 85

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

Shades of Paris Daisy #EFEB55

Tints of Paris Daisy #EFEB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.21%

R = 42.75%
G = 42.04%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFEB55 (or 0xEFEB55) is known color: Paris Daisy. HEX triplet: EF, EB and 55. RGB value is (239,235,85). Sum of RGB (Red+Green+Blue) = 239+235+85=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 85 (33.59% from 255 or 15.21% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB55 is #1014AA. Grayscale: #DBDBDB. Windows color (decimal): -1053867 or 5630959. OLE color: 5630959.

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

Color convert

RGB 239 235 85 -
CMYK 0 0.02 0.64 0.06
HSL 58.44º 0.83% 0.64% -
HSV(B) 58.44º 0.64% 0.94% -
XYZ 66.94 78.42 20.2 -
YUV 219.1 52.33 142.2 -
System Red Green Blue C M Y K H S L
Decimal 239 235 85 0 0.02 0.64 0.06 58.44 0.83 0.64
Hex EF EB 55 0 2 40 6 3A 53 40
Octal 357 353 125 0 2 100 6 72 123 100
Binary 11101111 11101011 1010101 0 10 1000000 110 111010 1010011 1000000

Color Harmonies of #EFEB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB55

Black with #EFEB55

Text Example


Text Example

White with #EFEB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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