Html Css Color HEX #EFE750 Paris Daisy

📋 copy color: '#EFE750'

red 239 ◦ green 231 ◦ blue 80

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

Shades of Paris Daisy #EFE750

Tints of Paris Daisy #EFE750

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42%

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

R = 43.45%
G = 42%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFE750 (or 0xEFE750) is known color: Paris Daisy. HEX triplet: EF, E7 and 50. RGB value is (239,231,80). Sum of RGB (Red+Green+Blue) = 239+231+80=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 80 (31.64% from 255 or 14.55% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE750 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE750 is #1018AF. Grayscale: #D8D8D8. Windows color (decimal): -1054896 or 5302255. OLE color: 5302255.

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

Color convert

RGB 239 231 80 -
CMYK 0 0.03 0.67 0.06
HSL 56.98º 0.83% 0.63% -
HSV(B) 56.98º 0.67% 0.94% -
XYZ 65.62 76.08 18.82 -
YUV 216.18 51.15 144.28 -
System Red Green Blue C M Y K H S L
Decimal 239 231 80 0 0.03 0.67 0.06 56.98 0.83 0.63
Hex EF E7 50 0 3 43 6 39 53 3F
Octal 357 347 120 0 3 103 6 71 123 77
Binary 11101111 11100111 1010000 0 11 1000011 110 111001 1010011 111111

Color Harmonies of #EFE750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE750

Black with #EFE750

Text Example


Text Example

White with #EFE750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE750; }

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

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

background-color css

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

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

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

border-color css

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

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

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