Html Css Color HEX #EFE650 Paris Daisy

📋 copy color: '#EFE650'

red 239 ◦ green 230 ◦ blue 80

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

Shades of Paris Daisy #EFE650

Tints of Paris Daisy #EFE650

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.89%

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

R = 43.53%
G = 41.89%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFE650 (or 0xEFE650) is known color: Paris Daisy. HEX triplet: EF, E6 and 50. RGB value is (239,230,80). Sum of RGB (Red+Green+Blue) = 239+230+80=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 80 (31.64% from 255 or 14.57% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE650 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE650 is #1019AF. Grayscale: #D8D8D8. Windows color (decimal): -1055152 or 5301999. OLE color: 5301999.

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

Color convert

RGB 239 230 80 -
CMYK 0 0.04 0.67 0.06
HSL 56.6º 0.83% 0.63% -
HSV(B) 56.6º 0.67% 0.94% -
XYZ 65.34 75.52 18.72 -
YUV 215.59 51.48 144.7 -
System Red Green Blue C M Y K H S L
Decimal 239 230 80 0 0.04 0.67 0.06 56.6 0.83 0.63
Hex EF E6 50 0 4 43 6 39 53 3F
Octal 357 346 120 0 4 103 6 71 123 77
Binary 11101111 11100110 1010000 0 100 1000011 110 111001 1010011 111111

Color Harmonies of #EFE650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE650

Black with #EFE650

Text Example


Text Example

White with #EFE650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE650; }

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

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

background-color css

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

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

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

border-color css

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

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

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