Html Css Color HEX #EFD83A Golden Fizz

📋 copy color: '#EFD83A'

red 239 ◦ green 216 ◦ blue 58

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

Shades of Golden Fizz #EFD83A

Tints of Golden Fizz #EFD83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.31%

R = 46.59%
G = 42.11%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFD83A (or 0xEFD83A) is known color: Golden Fizz. HEX triplet: EF, D8 and 3A. RGB value is (239,216,58). Sum of RGB (Red+Green+Blue) = 239+216+58=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD83A is #1027C5. Grayscale: #CDCDCD. Windows color (decimal): -1058758 or 3856623. OLE color: 3856623.

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

Color convert

RGB 239 216 58 -
CMYK 0 0.10 0.76 0.06
HSL 52.38º 0.85% 0.58% -
HSV(B) 52.38º 0.76% 0.94% -
XYZ 60.92 67.77 13.87 -
YUV 204.87 45.12 152.35 -
System Red Green Blue C M Y K H S L
Decimal 239 216 58 0 0.10 0.76 0.06 52.38 0.85 0.58
Hex EF D8 3A 0 A 4C 6 34 55 3A
Octal 357 330 72 0 12 114 6 64 125 72
Binary 11101111 11011000 111010 0 1010 1001100 110 110100 1010101 111010

Color Harmonies of #EFD83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD83A

Black with #EFD83A

Text Example


Text Example

White with #EFD83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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