Html Css Color HEX #EFEE50 Paris Daisy

📋 copy color: '#EFEE50'

red 239 ◦ green 238 ◦ blue 80

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

Shades of Paris Daisy #EFEE50

Tints of Paris Daisy #EFEE50

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.73%

 BLUE value IS 80 (31.64% from 255) = 14.36%

R = 42.91%
G = 42.73%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFEE50 (or 0xEFEE50) is known color: Paris Daisy. HEX triplet: EF, EE and 50. RGB value is (239,238,80). Sum of RGB (Red+Green+Blue) = 239+238+80=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 80 (31.64% from 255 or 14.36% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE50 is #1011AF. Grayscale: #DCDCDC. Windows color (decimal): -1053104 or 5304047. OLE color: 5304047.

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

Color convert

RGB 239 238 80 -
CMYK 0 0.00 0.67 0.06
HSL 59.62º 0.83% 0.63% -
HSV(B) 59.62º 0.67% 0.94% -
XYZ 67.62 80.08 19.48 -
YUV 220.29 48.83 141.35 -
System Red Green Blue C M Y K H S L
Decimal 239 238 80 0 0.00 0.67 0.06 59.62 0.83 0.63
Hex EF EE 50 0 0 43 6 3C 53 3F
Octal 357 356 120 0 0 103 6 74 123 77
Binary 11101111 11101110 1010000 0 0 1000011 110 111100 1010011 111111

Color Harmonies of #EFEE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEE50

Black with #EFEE50

Text Example


Text Example

White with #EFEE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEE50; }

 p { color: rgb(239,238,80); }

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

background-color css

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

 a { background-color: rgb(239,238,80); }

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

border-color css

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

 span { border-color: rgb(239,238,80); }

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