Html Css Color HEX #EFD62C Golden Fizz

📋 copy color: '#EFD62C'

red 239 ◦ green 214 ◦ blue 44

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

Shades of Golden Fizz #EFD62C

Tints of Golden Fizz #EFD62C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.06%

 BLUE value IS 44 (17.58% from 255) = 8.85%

R = 48.09%
G = 43.06%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFD62C (or 0xEFD62C) is known color: Golden Fizz. HEX triplet: EF, D6 and 2C. RGB value is (239,214,44). Sum of RGB (Red+Green+Blue) = 239+214+44=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 44 (17.58% from 255 or 8.85% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD62C is #1029D3. Grayscale: #CACACA. Windows color (decimal): -1059284 or 2938607. OLE color: 2938607.

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

Color convert

RGB 239 214 44 -
CMYK 0 0.10 0.82 0.06
HSL 52.31º 0.86% 0.55% -
HSV(B) 52.31º 0.82% 0.94% -
XYZ 60.1 66.63 12.08 -
YUV 202.1 38.78 154.32 -
System Red Green Blue C M Y K H S L
Decimal 239 214 44 0 0.10 0.82 0.06 52.31 0.86 0.55
Hex EF D6 2C 0 A 52 6 34 56 37
Octal 357 326 54 0 12 122 6 64 126 67
Binary 11101111 11010110 101100 0 1010 1010010 110 110100 1010110 110111

Color Harmonies of #EFD62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD62C

Black with #EFD62C

Text Example


Text Example

White with #EFD62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD62C; }

 p { color: rgb(239,214,44); }

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

background-color css

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

 a { background-color: rgb(239,214,44); }

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

border-color css

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

 span { border-color: rgb(239,214,44); }

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