Html Css Color HEX #EFEB30 Golden Fizz

📋 copy color: '#EFEB30'

red 239 ◦ green 235 ◦ blue 48

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

Shades of Golden Fizz #EFEB30

Tints of Golden Fizz #EFEB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.2%

R = 45.79%
G = 45.02%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFEB30 (or 0xEFEB30) is known color: Golden Fizz. HEX triplet: EF, EB and 30. RGB value is (239,235,48). Sum of RGB (Red+Green+Blue) = 239+235+48=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 48 (19.14% from 255 or 9.20% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB30 is #1014CF. Grayscale: #D7D7D7. Windows color (decimal): -1053904 or 3206127. OLE color: 3206127.

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

Color convert

RGB 239 235 48 -
CMYK 0 0.02 0.80 0.06
HSL 58.74º 0.86% 0.56% -
HSV(B) 58.74º 0.8% 0.94% -
XYZ 65.84 77.98 14.38 -
YUV 214.88 33.83 145.21 -
System Red Green Blue C M Y K H S L
Decimal 239 235 48 0 0.02 0.80 0.06 58.74 0.86 0.56
Hex EF EB 30 0 2 50 6 3B 56 38
Octal 357 353 60 0 2 120 6 73 126 70
Binary 11101111 11101011 110000 0 10 1010000 110 111011 1010110 111000

Color Harmonies of #EFEB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB30

Black with #EFEB30

Text Example


Text Example

White with #EFEB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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