Html Css Color HEX #EFED55 Paris Daisy

📋 copy color: '#EFED55'

red 239 ◦ green 237 ◦ blue 85

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

Shades of Paris Daisy #EFED55

Tints of Paris Daisy #EFED55

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.25%

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

R = 42.6%
G = 42.25%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFED55 (or 0xEFED55) is known color: Paris Daisy. HEX triplet: EF, ED and 55. RGB value is (239,237,85). Sum of RGB (Red+Green+Blue) = 239+237+85=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 85 (33.59% from 255 or 15.15% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED55 is #1012AA. Grayscale: #DCDCDC. Windows color (decimal): -1053355 or 5631471. OLE color: 5631471.

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

Color convert

RGB 239 237 85 -
CMYK 0 0.01 0.64 0.06
HSL 59.22º 0.83% 0.64% -
HSV(B) 59.22º 0.64% 0.94% -
XYZ 67.52 79.57 20.4 -
YUV 220.27 51.66 141.36 -
System Red Green Blue C M Y K H S L
Decimal 239 237 85 0 0.01 0.64 0.06 59.22 0.83 0.64
Hex EF ED 55 0 1 40 6 3B 53 40
Octal 357 355 125 0 1 100 6 73 123 100
Binary 11101111 11101101 1010101 0 1 1000000 110 111011 1010011 1000000

Color Harmonies of #EFED55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED55

Black with #EFED55

Text Example


Text Example

White with #EFED55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED55; }

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

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

background-color css

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

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

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

border-color css

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

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

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