Html Css Color HEX #EFEA55 Paris Daisy

📋 copy color: '#EFEA55'

red 239 ◦ green 234 ◦ blue 85

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

Shades of Paris Daisy #EFEA55

Tints of Paris Daisy #EFEA55

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.94%

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

R = 42.83%
G = 41.94%
B = 15.23%

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

#EFEA55 (or 0xEFEA55) is known color: Paris Daisy. HEX triplet: EF, EA and 55. RGB value is (239,234,85). Sum of RGB (Red+Green+Blue) = 239+234+85=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 85 (33.59% from 255 or 15.23% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEA55 is #1015AA. Grayscale: #DBDBDB. Windows color (decimal): -1054123 or 5630703. OLE color: 5630703.

HSL color Cylindrical-coordinate representation of color #EFEA55: hue angle of 58.05º 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 #EFEA55 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 234 85 -
CMYK 0 0.02 0.64 0.06
HSL 58.05º 0.83% 0.64% -
HSV(B) 58.05º 0.64% 0.94% -
XYZ 66.66 77.85 20.11 -
YUV 218.51 52.66 142.62 -
System Red Green Blue C M Y K H S L
Decimal 239 234 85 0 0.02 0.64 0.06 58.05 0.83 0.64
Hex EF EA 55 0 2 40 6 3A 53 40
Octal 357 352 125 0 2 100 6 72 123 100
Binary 11101111 11101010 1010101 0 10 1000000 110 111010 1010011 1000000

Color Harmonies of #EFEA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA55

Black with #EFEA55

Text Example


Text Example

White with #EFEA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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