Html Css Color HEX #EFEB34 Golden Fizz

📋 copy color: '#EFEB34'

red 239 ◦ green 235 ◦ blue 52

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

Shades of Golden Fizz #EFEB34

Tints of Golden Fizz #EFEB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.89%

R = 45.44%
G = 44.68%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFEB34 (or 0xEFEB34) is known color: Golden Fizz. HEX triplet: EF, EB and 34. RGB value is (239,235,52). Sum of RGB (Red+Green+Blue) = 239+235+52=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 52 (20.70% from 255 or 9.89% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB34 is #1014CB. Grayscale: #D8D8D8. Windows color (decimal): -1053900 or 3468271. OLE color: 3468271.

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

Color convert

RGB 239 235 52 -
CMYK 0 0.02 0.78 0.06
HSL 58.72º 0.85% 0.57% -
HSV(B) 58.72º 0.78% 0.94% -
XYZ 65.92 78.02 14.83 -
YUV 215.33 35.83 144.88 -
System Red Green Blue C M Y K H S L
Decimal 239 235 52 0 0.02 0.78 0.06 58.72 0.85 0.57
Hex EF EB 34 0 2 4E 6 3B 55 39
Octal 357 353 64 0 2 116 6 73 125 71
Binary 11101111 11101011 110100 0 10 1001110 110 111011 1010101 111001

Color Harmonies of #EFEB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB34

Black with #EFEB34

Text Example


Text Example

White with #EFEB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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