Html Css Color HEX #EFD43A Golden Fizz

📋 copy color: '#EFD43A'

red 239 ◦ green 212 ◦ blue 58

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

Shades of Golden Fizz #EFD43A

Tints of Golden Fizz #EFD43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.65%

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

R = 46.95%
G = 41.65%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFD43A (or 0xEFD43A) is known color: Golden Fizz. HEX triplet: EF, D4 and 3A. RGB value is (239,212,58). Sum of RGB (Red+Green+Blue) = 239+212+58=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD43A is #102BC5. Grayscale: #CBCBCB. Windows color (decimal): -1059782 or 3855599. OLE color: 3855599.

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

Color convert

RGB 239 212 58 -
CMYK 0 0.11 0.76 0.06
HSL 51.05º 0.85% 0.58% -
HSV(B) 51.05º 0.76% 0.94% -
XYZ 59.9 65.74 13.54 -
YUV 202.52 46.45 154.02 -
System Red Green Blue C M Y K H S L
Decimal 239 212 58 0 0.11 0.76 0.06 51.05 0.85 0.58
Hex EF D4 3A 0 B 4C 6 33 55 3A
Octal 357 324 72 0 13 114 6 63 125 72
Binary 11101111 11010100 111010 0 1011 1001100 110 110011 1010101 111010

Color Harmonies of #EFD43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD43A

Black with #EFD43A

Text Example


Text Example

White with #EFD43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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