Html Css Color HEX #EFE024 Golden Fizz

📋 copy color: '#EFE024'

red 239 ◦ green 224 ◦ blue 36

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

Shades of Golden Fizz #EFE024

Tints of Golden Fizz #EFE024

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.89%

 BLUE value IS 36 (14.45% from 255) = 7.21%

R = 47.9%
G = 44.89%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFE024 (or 0xEFE024) is known color: Golden Fizz. HEX triplet: EF, E0 and 24. RGB value is (239,224,36). Sum of RGB (Red+Green+Blue) = 239+224+36=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 36 (14.45% from 255 or 7.21% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE024 is #101FDB. Grayscale: #CFCFCF. Windows color (decimal): -1056732 or 2416879. OLE color: 2416879.

HSL color Cylindrical-coordinate representation of color #EFE024: hue angle of 55.57º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFE024 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 36 -
CMYK 0 0.06 0.85 0.06
HSL 55.57º 0.86% 0.54% -
HSV(B) 55.57º 0.85% 0.94% -
XYZ 62.57 71.79 12.23 -
YUV 207.05 31.47 150.79 -
System Red Green Blue C M Y K H S L
Decimal 239 224 36 0 0.06 0.85 0.06 55.57 0.86 0.54
Hex EF E0 24 0 6 55 6 38 56 36
Octal 357 340 44 0 6 125 6 70 126 66
Binary 11101111 11100000 100100 0 110 1010101 110 111000 1010110 110110

Color Harmonies of #EFE024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE024

Black with #EFE024

Text Example


Text Example

White with #EFE024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE024; }

 p { color: rgb(239,224,36); }

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

background-color css

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

 a { background-color: rgb(239,224,36); }

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

border-color css

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

 span { border-color: rgb(239,224,36); }

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