Html Css Color HEX #EFD63C Golden Fizz

📋 copy color: '#EFD63C'

red 239 ◦ green 214 ◦ blue 60

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

Shades of Golden Fizz #EFD63C

Tints of Golden Fizz #EFD63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.7%

R = 46.59%
G = 41.72%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFD63C (or 0xEFD63C) is known color: Golden Fizz. HEX triplet: EF, D6 and 3C. RGB value is (239,214,60). Sum of RGB (Red+Green+Blue) = 239+214+60=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 60 (23.83% from 255 or 11.70% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD63C is #1029C3. Grayscale: #CCCCCC. Windows color (decimal): -1059268 or 3987183. OLE color: 3987183.

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

Color convert

RGB 239 214 60 -
CMYK 0 0.10 0.75 0.06
HSL 51.62º 0.85% 0.59% -
HSV(B) 51.62º 0.75% 0.94% -
XYZ 60.46 66.77 13.98 -
YUV 203.92 46.78 153.02 -
System Red Green Blue C M Y K H S L
Decimal 239 214 60 0 0.10 0.75 0.06 51.62 0.85 0.59
Hex EF D6 3C 0 A 4B 6 34 55 3B
Octal 357 326 74 0 12 113 6 64 125 73
Binary 11101111 11010110 111100 0 1010 1001011 110 110100 1010101 111011

Color Harmonies of #EFD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD63C

Black with #EFD63C

Text Example


Text Example

White with #EFD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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