Html Css Color HEX #EFDA30 Golden Fizz

📋 copy color: '#EFDA30'

red 239 ◦ green 218 ◦ blue 48

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

Shades of Golden Fizz #EFDA30

Tints of Golden Fizz #EFDA30

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.17%

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

R = 47.33%
G = 43.17%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFDA30 (or 0xEFDA30) is known color: Golden Fizz. HEX triplet: EF, DA and 30. RGB value is (239,218,48). Sum of RGB (Red+Green+Blue) = 239+218+48=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA30 is #1025CF. Grayscale: #CDCDCD. Windows color (decimal): -1058256 or 3201775. OLE color: 3201775.

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

Color convert

RGB 239 218 48 -
CMYK 0 0.09 0.80 0.06
HSL 53.4º 0.86% 0.56% -
HSV(B) 53.4º 0.8% 0.94% -
XYZ 61.2 68.71 12.83 -
YUV 204.9 39.46 152.32 -
System Red Green Blue C M Y K H S L
Decimal 239 218 48 0 0.09 0.80 0.06 53.4 0.86 0.56
Hex EF DA 30 0 9 50 6 35 56 38
Octal 357 332 60 0 11 120 6 65 126 70
Binary 11101111 11011010 110000 0 1001 1010000 110 110101 1010110 111000

Color Harmonies of #EFDA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA30

Black with #EFDA30

Text Example


Text Example

White with #EFDA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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