Html Css Color HEX #EFD830 Golden Fizz

📋 copy color: '#EFD830'

red 239 ◦ green 216 ◦ blue 48

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

Shades of Golden Fizz #EFD830

Tints of Golden Fizz #EFD830

RGB

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

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

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

R = 47.51%
G = 42.94%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFD830 (or 0xEFD830) is known color: Golden Fizz. HEX triplet: EF, D8 and 30. RGB value is (239,216,48). Sum of RGB (Red+Green+Blue) = 239+216+48=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD830 is #1027CF. Grayscale: #CCCCCC. Windows color (decimal): -1058768 or 3201263. OLE color: 3201263.

HSL color Cylindrical-coordinate representation of color #EFD830: hue angle of 52.77º 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 #EFD830 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 48 -
CMYK 0 0.10 0.80 0.06
HSL 52.77º 0.86% 0.56% -
HSV(B) 52.77º 0.8% 0.94% -
XYZ 60.69 67.68 12.66 -
YUV 203.73 40.12 153.16 -
System Red Green Blue C M Y K H S L
Decimal 239 216 48 0 0.10 0.80 0.06 52.77 0.86 0.56
Hex EF D8 30 0 A 50 6 35 56 38
Octal 357 330 60 0 12 120 6 65 126 70
Binary 11101111 11011000 110000 0 1010 1010000 110 110101 1010110 111000

Color Harmonies of #EFD830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD830

Black with #EFD830

Text Example


Text Example

White with #EFD830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD830; }

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

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

background-color css

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

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

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

border-color css

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

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

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