Html Css Color HEX #EFEB28 Golden Fizz

📋 copy color: '#EFEB28'

red 239 ◦ green 235 ◦ blue 40

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

Shades of Golden Fizz #EFEB28

Tints of Golden Fizz #EFEB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.78%

R = 46.5%
G = 45.72%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFEB28 (or 0xEFEB28) is known color: Golden Fizz. HEX triplet: EF, EB and 28. RGB value is (239,235,40). Sum of RGB (Red+Green+Blue) = 239+235+40=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB28 is #1014D7. Grayscale: #D6D6D6. Windows color (decimal): -1053912 or 2681839. OLE color: 2681839.

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

Color convert

RGB 239 235 40 -
CMYK 0 0.02 0.83 0.06
HSL 58.79º 0.86% 0.55% -
HSV(B) 58.79º 0.83% 0.94% -
XYZ 65.69 77.92 13.59 -
YUV 213.97 29.83 145.86 -
System Red Green Blue C M Y K H S L
Decimal 239 235 40 0 0.02 0.83 0.06 58.79 0.86 0.55
Hex EF EB 28 0 2 53 6 3B 56 37
Octal 357 353 50 0 2 123 6 73 126 67
Binary 11101111 11101011 101000 0 10 1010011 110 111011 1010110 110111

Color Harmonies of #EFEB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB28

Black with #EFEB28

Text Example


Text Example

White with #EFEB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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