Html Css Color HEX #EFDC30 Golden Fizz

📋 copy color: '#EFDC30'

red 239 ◦ green 220 ◦ blue 48

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

Shades of Golden Fizz #EFDC30

Tints of Golden Fizz #EFDC30

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.39%

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

R = 47.14%
G = 43.39%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFDC30 (or 0xEFDC30) is known color: Golden Fizz. HEX triplet: EF, DC and 30. RGB value is (239,220,48). Sum of RGB (Red+Green+Blue) = 239+220+48=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC30 is #1023CF. Grayscale: #CECECE. Windows color (decimal): -1057744 or 3202287. OLE color: 3202287.

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

Color convert

RGB 239 220 48 -
CMYK 0 0.08 0.80 0.06
HSL 54.03º 0.86% 0.56% -
HSV(B) 54.03º 0.8% 0.94% -
XYZ 61.72 69.75 13.01 -
YUV 206.07 38.79 151.49 -
System Red Green Blue C M Y K H S L
Decimal 239 220 48 0 0.08 0.80 0.06 54.03 0.86 0.56
Hex EF DC 30 0 8 50 6 36 56 38
Octal 357 334 60 0 10 120 6 66 126 70
Binary 11101111 11011100 110000 0 1000 1010000 110 110110 1010110 111000

Color Harmonies of #EFDC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC30

Black with #EFDC30

Text Example


Text Example

White with #EFDC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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