Html Css Color HEX #EFE24D Paris Daisy

📋 copy color: '#EFE24D'

red 239 ◦ green 226 ◦ blue 77

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

Shades of Paris Daisy #EFE24D

Tints of Paris Daisy #EFE24D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.7%

 BLUE value IS 77 (30.47% from 255) = 14.21%

R = 44.1%
G = 41.7%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFE24D (or 0xEFE24D) is known color: Paris Daisy. HEX triplet: EF, E2 and 4D. RGB value is (239,226,77). Sum of RGB (Red+Green+Blue) = 239+226+77=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 77 (30.47% from 255 or 14.21% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE24D is #101DB2. Grayscale: #D5D5D5. Windows color (decimal): -1056179 or 5104367. OLE color: 5104367.

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

Color convert

RGB 239 226 77 -
CMYK 0 0.05 0.68 0.06
HSL 55.19º 0.84% 0.62% -
HSV(B) 55.19º 0.68% 0.94% -
XYZ 64.13 73.28 17.79 -
YUV 212.9 51.31 146.62 -
System Red Green Blue C M Y K H S L
Decimal 239 226 77 0 0.05 0.68 0.06 55.19 0.84 0.62
Hex EF E2 4D 0 5 44 6 37 54 3E
Octal 357 342 115 0 5 104 6 67 124 76
Binary 11101111 11100010 1001101 0 101 1000100 110 110111 1010100 111110

Color Harmonies of #EFE24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE24D

Black with #EFE24D

Text Example


Text Example

White with #EFE24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE24D; }

 p { color: rgb(239,226,77); }

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

background-color css

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

 a { background-color: rgb(239,226,77); }

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

border-color css

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

 span { border-color: rgb(239,226,77); }

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