Html Css Color HEX #EFE450 Paris Daisy

📋 copy color: '#EFE450'

red 239 ◦ green 228 ◦ blue 80

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

Shades of Paris Daisy #EFE450

Tints of Paris Daisy #EFE450

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.68%

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

R = 43.69%
G = 41.68%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFE450 (or 0xEFE450) is known color: Paris Daisy. HEX triplet: EF, E4 and 50. RGB value is (239,228,80). Sum of RGB (Red+Green+Blue) = 239+228+80=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 80 (31.64% from 255 or 14.63% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE450 is #101BAF. Grayscale: #D7D7D7. Windows color (decimal): -1055664 or 5301487. OLE color: 5301487.

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

Color convert

RGB 239 228 80 -
CMYK 0 0.05 0.67 0.06
HSL 55.85º 0.83% 0.63% -
HSV(B) 55.85º 0.67% 0.94% -
XYZ 64.79 74.42 18.54 -
YUV 214.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 239 228 80 0 0.05 0.67 0.06 55.85 0.83 0.63
Hex EF E4 50 0 5 43 6 38 53 3F
Octal 357 344 120 0 5 103 6 70 123 77
Binary 11101111 11100100 1010000 0 101 1000011 110 111000 1010011 111111

Color Harmonies of #EFE450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE450

Black with #EFE450

Text Example


Text Example

White with #EFE450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE450; }

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

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

background-color css

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

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

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

border-color css

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

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

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