Html Css Color HEX #EFE027 Golden Fizz

📋 copy color: '#EFE027'

red 239 ◦ green 224 ◦ blue 39

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

Shades of Golden Fizz #EFE027

Tints of Golden Fizz #EFE027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.77%

R = 47.61%
G = 44.62%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EFE027 (or 0xEFE027) is known color: Golden Fizz. HEX triplet: EF, E0 and 27. RGB value is (239,224,39). Sum of RGB (Red+Green+Blue) = 239+224+39=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 39 (15.62% from 255 or 7.77% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE027 is #101FD8. Grayscale: #D0D0D0. Windows color (decimal): -1056729 or 2613487. OLE color: 2613487.

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

Color convert

RGB 239 224 39 -
CMYK 0 0.06 0.84 0.06
HSL 55.5º 0.86% 0.55% -
HSV(B) 55.5º 0.84% 0.94% -
XYZ 62.62 71.81 12.48 -
YUV 207.4 32.97 150.54 -
System Red Green Blue C M Y K H S L
Decimal 239 224 39 0 0.06 0.84 0.06 55.5 0.86 0.55
Hex EF E0 27 0 6 54 6 38 56 37
Octal 357 340 47 0 6 124 6 70 126 67
Binary 11101111 11100000 100111 0 110 1010100 110 111000 1010110 110111

Color Harmonies of #EFE027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE027

Black with #EFE027

Text Example


Text Example

White with #EFE027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE027; }

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

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

background-color css

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

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

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

border-color css

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

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

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