Html Css Color HEX #EFEA56 Paris Daisy

📋 copy color: '#EFEA56'

red 239 ◦ green 234 ◦ blue 86

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

Shades of Paris Daisy #EFEA56

Tints of Paris Daisy #EFEA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.38%

R = 42.75%
G = 41.86%
B = 15.38%

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

#EFEA56 (or 0xEFEA56) is known color: Paris Daisy. HEX triplet: EF, EA and 56. RGB value is (239,234,86). Sum of RGB (Red+Green+Blue) = 239+234+86=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 86 (33.98% from 255 or 15.38% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEA56 is #1015A9. Grayscale: #DBDBDB. Windows color (decimal): -1054122 or 5696239. OLE color: 5696239.

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

Color convert

RGB 239 234 86 -
CMYK 0 0.02 0.64 0.06
HSL 58.04º 0.83% 0.64% -
HSV(B) 58.04º 0.64% 0.94% -
XYZ 66.7 77.87 20.32 -
YUV 218.62 53.16 142.53 -
System Red Green Blue C M Y K H S L
Decimal 239 234 86 0 0.02 0.64 0.06 58.04 0.83 0.64
Hex EF EA 56 0 2 40 6 3A 53 40
Octal 357 352 126 0 2 100 6 72 123 100
Binary 11101111 11101010 1010110 0 10 1000000 110 111010 1010011 1000000

Color Harmonies of #EFEA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA56

Black with #EFEA56

Text Example


Text Example

White with #EFEA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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