Html Css Color HEX #EFD83B Golden Fizz

📋 copy color: '#EFD83B'

red 239 ◦ green 216 ◦ blue 59

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

Shades of Golden Fizz #EFD83B

Tints of Golden Fizz #EFD83B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.02%

 BLUE value IS 59 (23.44% from 255) = 11.48%

R = 46.5%
G = 42.02%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFD83B (or 0xEFD83B) is known color: Golden Fizz. HEX triplet: EF, D8 and 3B. RGB value is (239,216,59). Sum of RGB (Red+Green+Blue) = 239+216+59=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 59 (23.44% from 255 or 11.48% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD83B is #1027C4. Grayscale: #CDCDCD. Windows color (decimal): -1058757 or 3922159. OLE color: 3922159.

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

Color convert

RGB 239 216 59 -
CMYK 0 0.10 0.75 0.06
HSL 52.33º 0.85% 0.58% -
HSV(B) 52.33º 0.75% 0.94% -
XYZ 60.94 67.78 14.01 -
YUV 204.98 45.62 152.27 -
System Red Green Blue C M Y K H S L
Decimal 239 216 59 0 0.10 0.75 0.06 52.33 0.85 0.58
Hex EF D8 3B 0 A 4B 6 34 55 3A
Octal 357 330 73 0 12 113 6 64 125 72
Binary 11101111 11011000 111011 0 1010 1001011 110 110100 1010101 111010

Color Harmonies of #EFD83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD83B

Black with #EFD83B

Text Example


Text Example

White with #EFD83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD83B; }

 p { color: rgb(239,216,59); }

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

background-color css

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

 a { background-color: rgb(239,216,59); }

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

border-color css

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

 span { border-color: rgb(239,216,59); }

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