Html Css Color HEX #EFEB2C Golden Fizz

📋 copy color: '#EFEB2C'

red 239 ◦ green 235 ◦ blue 44

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

Shades of Golden Fizz #EFEB2C

Tints of Golden Fizz #EFEB2C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.37%

 BLUE value IS 44 (17.58% from 255) = 8.49%

R = 46.14%
G = 45.37%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFEB2C (or 0xEFEB2C) is known color: Golden Fizz. HEX triplet: EF, EB and 2C. RGB value is (239,235,44). Sum of RGB (Red+Green+Blue) = 239+235+44=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 44 (17.58% from 255 or 8.49% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB2C is #1014D3. Grayscale: #D7D7D7. Windows color (decimal): -1053908 or 2943983. OLE color: 2943983.

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

Color convert

RGB 239 235 44 -
CMYK 0 0.02 0.82 0.06
HSL 58.77º 0.86% 0.55% -
HSV(B) 58.77º 0.82% 0.94% -
XYZ 65.76 77.95 13.96 -
YUV 214.42 31.83 145.53 -
System Red Green Blue C M Y K H S L
Decimal 239 235 44 0 0.02 0.82 0.06 58.77 0.86 0.55
Hex EF EB 2C 0 2 52 6 3B 56 37
Octal 357 353 54 0 2 122 6 73 126 67
Binary 11101111 11101011 101100 0 10 1010010 110 111011 1010110 110111

Color Harmonies of #EFEB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB2C

Black with #EFEB2C

Text Example


Text Example

White with #EFEB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB2C; }

 p { color: rgb(239,235,44); }

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

background-color css

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

 a { background-color: rgb(239,235,44); }

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

border-color css

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

 span { border-color: rgb(239,235,44); }

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