Html Css Color HEX #EFEA50 Paris Daisy

📋 copy color: '#EFEA50'

red 239 ◦ green 234 ◦ blue 80

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

Shades of Paris Daisy #EFEA50

Tints of Paris Daisy #EFEA50

RGB

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

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

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

R = 43.22%
G = 42.31%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFEA50 (or 0xEFEA50) is known color: Paris Daisy. HEX triplet: EF, EA and 50. RGB value is (239,234,80). Sum of RGB (Red+Green+Blue) = 239+234+80=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 80 (31.64% from 255 or 14.47% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEA50 is #1015AF. Grayscale: #DADADA. Windows color (decimal): -1054128 or 5303023. OLE color: 5303023.

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

Color convert

RGB 239 234 80 -
CMYK 0 0.02 0.67 0.06
HSL 58.11º 0.83% 0.63% -
HSV(B) 58.11º 0.67% 0.94% -
XYZ 66.47 77.78 19.1 -
YUV 217.94 50.16 143.02 -
System Red Green Blue C M Y K H S L
Decimal 239 234 80 0 0.02 0.67 0.06 58.11 0.83 0.63
Hex EF EA 50 0 2 43 6 3A 53 3F
Octal 357 352 120 0 2 103 6 72 123 77
Binary 11101111 11101010 1010000 0 10 1000011 110 111010 1010011 111111

Color Harmonies of #EFEA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA50

Black with #EFEA50

Text Example


Text Example

White with #EFEA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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