Html Css Color HEX #EFE94C Paris Daisy

📋 copy color: '#EFE94C'

red 239 ◦ green 233 ◦ blue 76

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

Shades of Paris Daisy #EFE94C

Tints of Paris Daisy #EFE94C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.52%

 BLUE value IS 76 (30.08% from 255) = 13.87%

R = 43.61%
G = 42.52%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFE94C (or 0xEFE94C) is known color: Paris Daisy. HEX triplet: EF, E9 and 4C. RGB value is (239,233,76). Sum of RGB (Red+Green+Blue) = 239+233+76=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 76 (30.08% from 255 or 13.87% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE94C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE94C is #1016B3. Grayscale: #D9D9D9. Windows color (decimal): -1054388 or 5040623. OLE color: 5040623.

HSL color Cylindrical-coordinate representation of color #EFE94C: hue angle of 57.79º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFE94C is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 233 76 -
CMYK 0 0.03 0.68 0.06
HSL 57.79º 0.84% 0.62% -
HSV(B) 57.79º 0.68% 0.94% -
XYZ 66.04 77.15 18.25 -
YUV 216.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 239 233 76 0 0.03 0.68 0.06 57.79 0.84 0.62
Hex EF E9 4C 0 3 44 6 3A 54 3E
Octal 357 351 114 0 3 104 6 72 124 76
Binary 11101111 11101001 1001100 0 11 1000100 110 111010 1010100 111110

Color Harmonies of #EFE94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE94C

Black with #EFE94C

Text Example


Text Example

White with #EFE94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE94C; }

 p { color: rgb(239,233,76); }

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

background-color css

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

 a { background-color: rgb(239,233,76); }

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

border-color css

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

 span { border-color: rgb(239,233,76); }

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